Open
Description
Looks like 44582f3 and possibly some other recent commits broke MinGW32 builds of Boost.Filesystem:
gcc.compile.c++ bin.v2\libs\filesystem\build\gcc-5\debug\cxxstd-11-iso\threadapi-win32\threading-multi\visibility-hidden\codecvt_error_category.o
In file included from ./boost/system/detail/append_int.hpp:8:0,
from ./boost/system/detail/error_condition.hpp:18,
from ./boost/system/detail/error_category_impl.hpp:14,
from ./boost/system/error_category.hpp:11,
from ./boost/filesystem/detail/path_traits.hpp:25,
from libs/filesystem/src/codecvt_error_category.cpp:18:
./boost/system/detail/snprintf.hpp:22:12: error: 'std::snprintf' has not been declared
using std::snprintf;
^
In file included from ./boost/system/detail/error_category_impl.hpp:79:0,
from ./boost/system/error_category.hpp:11,
from ./boost/filesystem/detail/path_traits.hpp:25,
from libs/filesystem/src/codecvt_error_category.cpp:18:
./boost/system/detail/mutex.hpp: At global scope:
./boost/system/detail/mutex.hpp:84:12: error: 'std::mutex' has not been declared
using std::mutex;
^
Is this platform no longer supported?
Metadata
Metadata
Assignees
Labels
No labels