Another minor point is that the library assumes Cygwin is POSIX and tries `using ::setenv;`, which is a compile error.
I fixed this by changing cenv.hpp as follows:
#if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
#include
Another minor point is that the library assumes Cygwin is POSIX and tries `using ::setenv;`, which is a compile error.
I fixed this by changing cenv.hpp as follows:
#if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
#include