24 Mar
2016
24 Mar
'16
7:27 a.m.
2016-03-24 8:00 GMT+01:00 Thomas Trummer
Building the Boost C++ Libraries.
- symlinks supported : yes
- C++11 mutex : yes
that means that boost.context will/should use std-thread library instead of boost.thread the question is why boost.build evaluates the feature-check of C++11-thread to true and still compiles/linkes with boost.thread. maybe you need a complete clean-checkout of the boost-repo or remove <boost-root>/bin.v1/libs and run b2 with --reconfigure option. at least that's my guess.