我遇到Boost问题。
当我试图包括f.e:
时#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 ++其他包含目录中设置包含路径,并在属性中设置为“未使用预编译标题”。