|
-
Apr 26th, 2002, 05:55 PM
#1
STL Warnings (debugging symbol exceeds 255 chars)
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|