Hello,
i'm new to STL and tried to use it's map class:
map<String, DataNode*> m_map;
That produces warning C4768 with VC6, SP5, (identifier was truncated to '255' characters in the debug information).
Is there a way to suppress this warning or another workaround? I do not want to switch warnings off, but information gets lost in more than 200 warnings. Beside compilation becomes pretty slow.
thanks




Reply With Quote