错误C2059:语法错误:'generic'

时间:2016-08-24 00:21:46

标签: c++ visual-studio-2010

当我想在我的代码中使用boost库时,我发现了一个错误:

error C2059: syntax error : 'generic'

此错误来自boost / filesystem / path.hpp,

path generic() const
{
...
}

我不知道如何解决它,我谷歌它,看起来我需要重新定义它。但我真的不知道该怎么做。

1 个答案:

答案 0 :(得分:0)

尝试设置:在Visual Studio中为BOOST_FILESTYSTEM_NO_DEPRCATED

Settings in Visual Studio