在尝试为Visual Studio 2013 Preview (MSVC12)构建Boost 1.54时,它会发出警告:
未知的编译器版本 - 请运行配置测试并报告结果
然后失败并出现错误:
boost_1_54_0\boost/iterator/detail/facade_iterator_category.hpp(166):错误 C2039:“assert_not_arg”:不是“boost::mpl”的成员
看起来 MSVC11 的旧库不兼容。
我真的真的很想测试新的 IDE/编译器版本并且需要提升。那么,是否可以在新的 Visual Studio 2013 Preview 中使用 boost?