Im using an stl map, and storing an stl string inside of it. Unfortunatly, this causes the debug symbol length to exceed 255 characters, which generates the compiler warning C4786. I want this to disappear. I have tried #pragma warning(disable:4786), which has no effect, whatsoever. Am i doing something wrong, or do I need to write my own container classes?

Z.

[edit]
MSVC 6