W
Weddick
I decided to try creating a map with microsoft visual C++ 6. When building
this small app I get 95 warnings which make no sense to me. Anybody else
see this before?
Thanks,
// CODE SAMPLE
#include <map>
#include <string>
int main()
{
std::map<std::string, std::string> m;
m["123"] = "Hello";
return 0;
}
// WARNINGS (Partial)
Compiling...
maptest.cpp
c:\program files\microsoft visual studio\vc98\include\xtree(118) : warning
C4786:
c_string<char,std::char_traits<char>,std::allocator<char> > > >' :
identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\map(46) : see
reference to class template instantiation
'std::_Tree<std::basic_string<char,std::char_traits<char>,std::allocator<cha
r> >,std:air<std::basic_string<char,std::char_traits<
which generated
this small app I get 95 warnings which make no sense to me. Anybody else
see this before?
Thanks,
// CODE SAMPLE
#include <map>
#include <string>
int main()
{
std::map<std::string, std::string> m;
m["123"] = "Hello";
return 0;
}
// WARNINGS (Partial)
Compiling...
maptest.cpp
c:\program files\microsoft visual studio\vc98\include\xtree(118) : warning
C4786:
r> > const ,'std::_Tree said:,std:air<std::basic_string<char,std::char_traits<char>,std::allocator<cha
std::basic_string said:,std::less<std::basic_string<cha
,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocato
or<char> > >,std::allocator<std::basir said:::_Kfn,std::less<std::basic_string<char,std::char_traits<char>,std::allocat
c_string<char,std::char_traits<char>,std::allocator<char> > > >' :
identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\map(46) : see
reference to class template instantiation
'std::_Tree<std::basic_string<char,std::char_traits<char>,std::allocator<cha
r> >,std:air<std::basic_string<char,std::char_traits<
which generated