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
Post a Comment