Release candidate files for 1.57.0 beta 1 are available [...] Please report both success and failure, and anything else that is noteworthy.
Everything tested in 32-bit and 64-bit, debug and release mode:
Visual C++ 2013 Update 4 RC: all libraries built successfully
Visual C++ 14 CTP 4 without BOOST_MSVC_ENABLE_2014_JUN_CTP: all libraries built successfully (but some are not usable, mostly because of missing noexcept)
Is this a Config issue or what exactly?
Visual C++ 14 CTP 4 with BOOST_MSVC_ENABLE_2014_JUN_CTP: compile errors in Graph and Log because of is_nothrow_move_assignable in TypeTraits
All projects using Boost I tried (Debug 32-bit + 64-bit) compiled successfully with MSVC12. For MSVC14, TypeTraits 9de6a49 is missing in master.
Ah, my bad, I've just merged those missing fixes to master - do these fix the is_nothrow_move_assignable issue as well? John.