4

我对 Boost 有疑问。

当我尝试包含 fe 时:

#include <boost\algorithm\string\split.hpp>

构建失败并出现错误:

boost_1_54_0\boost\exception\exception.hpp(171): error C4265: 'boost::exception_detail::error_info_container' : class has virtual functions, but destructor is not virtual
1>           instances of this class may not be destructed correctly"

有任何想法吗?

这个问题在 Visual Studio 2010 和 2012 上都会出现。我已经在 c/c++ 附加包含目录中设置了包含路径,并且还在属性中设置为“不使用预编译头文件”。

4

0 回答 0