Следующая программа на C ++:
#include <boost/process/env.hpp>
int main() {}
Не компилируется:
$ g++ test.cc
In file included from test.cc:1:
/usr/include/boost/process/env.hpp:107:19: error: ‘is_wchar_t’ is not a class template
template<> struct is_wchar_t<env_set<wchar_t>> : std::true_type {};
^~~~~~~~~~
Я в Ubuntu 19.04 с gcc 8.3.0 и libboost1.67-dev.
Есть идеи?