Hi,
I am using VC7 compiler, my code uses STL a lot. I find that, if
there are some code error, the compiler prints out a lot of error
messages, most of them are about STL, for example,
c:\STL\export\stdexcept(74) : see reference to class template
instantiation '_STL::basic_s
ring<_CharT,_Traits,_Alloc>' being compiled
with
[
_CharT=char,
_Traits=_STL::char_traits<char>,
_Alloc=_STL::allocator<char>
]
While the real problem is in my code, even though VC compiler
correctly indentifies the error line, with so many STL messages, it is
hard to look for the real error message.
I wonder if there are some way to supress them?