C
csharpdevp
I tried building a c++ project in VS 2005, and about 300 warnings, all
of the following nature:
warning C4503: 'std::_Tree<_Traits>::_Min' : decorated name length
exceeded, name was truncated
File: C:\Program Files\Microsoft Visual Studio 8\VC\include\vector
Line: 47
I haven't studied this file still. Although, since it's packaged with
VS 2005, I don't see why there should be a problem. Any suggestions?
You can find the standard vector header file in a location similar to
the above path on your machine.
Thank you
of the following nature:
warning C4503: 'std::_Tree<_Traits>::_Min' : decorated name length
exceeded, name was truncated
File: C:\Program Files\Microsoft Visual Studio 8\VC\include\vector
Line: 47
I haven't studied this file still. Although, since it's packaged with
VS 2005, I don't see why there should be a problem. Any suggestions?
You can find the standard vector header file in a location similar to
the above path on your machine.
Thank you