【发布时间】:2013-06-30 17:15:39
【问题描述】:
当尝试为 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/Compiler 版本并且需要提升。那么,是否可以在新的 Visual Studio 2013 Preview 中使用 boost?
【问题讨论】:
标签: c++ visual-studio boost