Hello,
I want to use maps in Visual Studio 6.0. However, declaring
Gives many warnings:Code:map<char *, int> asdf;
How can I avoid these warnings? Or is this a compiler limitation? They get in the way of other warnings/errors I have.Code:c:\program files\microsoft visual studio\vc98\include\xtree(200) : warning C4786: '?rbegin@?$_Tree@PADU?$pair@QADH@std@@U_Kfn@?$map@PADHU?$less@PAD@std@@V?$allocator@H@2@@2@U?$less@PAD@2@V?$allocator@H@2@@std@@QAE?AV?$reverse_bidirectional_iterator@ Viterator@?$_Tree@PADU?$pair@QADH@std@@U_Kfn@?$map@PADHU?$less@PAD@std@@V?$allocator@H@2@@2@U?$less@PAD@2@V?$allocator@H@2@@std@@U?$pair@QADH@3@AAU43@PAU43@H@2@XZ' : identifier was truncated to '255' characters in the browser information c:\program files\microsoft visual studio\vc98\include\map(46) : see reference to class template instantiation 'std::_Tree<char *,struct std::pair<char * const,int>,struct std::map<char *,int,struct std::less<char *>,class std::allocator<int> >::_Kfn,struct std::less<char *>,class std::allocator<int> >' being compiled c:\mydir\myprog.cpp(187) : warning C4786: 'std::reverse_bidirectional_iterator<std::_Tree<char *,std::pair<char * const,int>,std::map<char *,int,std::less<char *>,std::allocator<int> >::_Kfn,std::less<char *>,std::allocator<int> >: :const_iterator,std::pair<char * const,int>,std::pair<char * const,int> const &,std::pair<char * const,int> const *,int>' : identifier was truncated to '255' characters in the debug information
Thanks.



LinkBack URL
About LinkBacks



I used to be an adventurer like you... then I took an arrow to the knee.