STL
-
Hi, I am trying to use the map data structure of the STL. When I declare the map, map var , I get all sorts of warnings (something like 92 of them) saying that some names are longer than 255 characters. Can someone please tell me how do get rid of these warnings? For your information, here is a few of those warnings: d:\vc98\include\utility(21) : warning C4786: 'std::reverse_bidirectional_iterator,std::map,std::allocator >::_Kfn,std::less,std::allocator >::iterator,std::pair,std::pair &,std::pair *,int>' : identifier was truncated to '255' characters in the debug information d:\vc98\include\utility(21) : warning C4786: 'std::reverse_bidirectional_iterator,std::map,std::allocator >::_Kfn,std::less,std::allocator >::const_iterator,std::pair,std::pair const &,std::pair const *,int>' : identifier was truncated to '255' characters in the debug information d:\vc98\include\utility(21) : warning C4786: 'std::pair,std::map,std::allocator >::_Kfn,std::less,std::allocator >::iterator,std::_Tree,std: :map,std::allocator >::_Kfn,std::less,std::allocator >::iterator>' : identifier was truncated to '255' characters in the debug information d:\vc98\include\utility(21) : warning C4786: 'std::pair,std::map,std::allocator >::_Kfn,std::less,std::allocator >::const_iterator,std::_Tree,std::map,std::allocator >::_Kfn,std::less,std::allocator >::const_iterator>' : identifier was truncated to '255' characters in the debug information Draggable.cpp DrawUndo.cpp
-
Hi, I am trying to use the map data structure of the STL. When I declare the map, map var , I get all sorts of warnings (something like 92 of them) saying that some names are longer than 255 characters. Can someone please tell me how do get rid of these warnings? For your information, here is a few of those warnings: d:\vc98\include\utility(21) : warning C4786: 'std::reverse_bidirectional_iterator,std::map,std::allocator >::_Kfn,std::less,std::allocator >::iterator,std::pair,std::pair &,std::pair *,int>' : identifier was truncated to '255' characters in the debug information d:\vc98\include\utility(21) : warning C4786: 'std::reverse_bidirectional_iterator,std::map,std::allocator >::_Kfn,std::less,std::allocator >::const_iterator,std::pair,std::pair const &,std::pair const *,int>' : identifier was truncated to '255' characters in the debug information d:\vc98\include\utility(21) : warning C4786: 'std::pair,std::map,std::allocator >::_Kfn,std::less,std::allocator >::iterator,std::_Tree,std: :map,std::allocator >::_Kfn,std::less,std::allocator >::iterator>' : identifier was truncated to '255' characters in the debug information d:\vc98\include\utility(21) : warning C4786: 'std::pair,std::map,std::allocator >::_Kfn,std::less,std::allocator >::const_iterator,std::_Tree,std::map,std::allocator >::_Kfn,std::less,std::allocator >::const_iterator>' : identifier was truncated to '255' characters in the debug information Draggable.cpp DrawUndo.cpp