...especially when using VisualStudio 6
to do this:
| Warnung C4786: 'irr::core::array<irr::core::string<char,
irr::core::irrAllocator<char> >,irr::core::irrAllocator
<irr::core::string<char,irr::core::irrAllocator<char> > >>
::array<irr::core::string<char,irr::core::irrAllocator<char> >,
irr::core::irrAllocator<irr::core::string<char,irr::core::
irrAllocator<char> > > >'
: Bezeichner wurde auf '255' Zeichen in den
Debug-Informationen verkürzt
|
Meaning that it truncated debug information, just as it does when compiling STL stuff too sometimes. And yes, I've got a german version of VisualStudio 6. :) Nice that someone invented #pragma warning's. :) But don't be shocked, no, I'm not using VS6 to develop that stuff, I just checked all compilers including gcc if it works at all.
and .. btw. it really sucks that the c++ committee is slow like hell with new standards!