When trying to build Boost 1.54 for Visual Studio 2013 Preview (MSVC12) it warns:
Unknown compiler version - please run the configure tests and report the results
and then fails with error:
boost_1_54_0oost/iterator/detail/facade_iterator_category.hpp(166) : error C2039: 'assert_not_arg' : is not a member of 'boost::mpl'
And looks like old libs from MSVC11 are not compatible.
I really-really want to test new IDE/Compiler version and need boost. So, is it possible to use boost with new Visual Studio 2013 Preview?
See Question&Answers more detail:os