Hello,

Windows is not case sentitive, hence, on MSVC 2015,

#include <string>

is the same as

#include <String>

For this reason, I am including <string> to get std::string definitions,
but MSVC is include <String> from OSG.

Is there a way to fix this? I'm sure this has happened to more people.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to