This is a discussion on Error messages with C++ standard library, VC++6.0 - Programmer ; Hi, If you're coding with the C++ standard library and incur errors around the template functions, the error messages you get are long and vague, and (for me) no help at all. The only way I can find to debug ...
Hi, If you're coding with the C++ standard library and incur errors around
the template functions, the error messages you get are long and vague, and
(for me) no help at all. The only way I can find to debug is to comment out
sections of code until the problem goes away. Is there a better way, or a
guide to interpreting the messages?