[osg-users] #include <string> on MSVC results in errors

Bruno Oliveira bruno.manata.oliveira at gmail.com
Tue Jul 11 03:57:14 PDT 2017


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20170711/b89c344f/attachment.htm>


More information about the osg-users mailing list