c++ - error C2059: syntax error : 'generic' -


when want use boost library in code, , found error:

error c2059: syntax error : 'generic' 

and error coming boost/filesystem/path.hpp,

path generic() const { ... } 

and don't know how solve it, google , looks need redefine it. don't know how it.


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -