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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -