|
-
February 17th, 2004, 09:23 AM
#10
It's there just to disable an irritating warning in VC++ 6.0 that occurs when using some of the STL containters. (Particularily std::map) It might not be needed in this example, but I usually include this line anyway since the warnings may seem somewhat cryptic to people that don't know the reason for them.
If you are using another compiler, you should probably remove this line, though I'm not sure.
Last edited by Assmaster; February 17th, 2004 at 09:27 AM.
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
|