|
-
October 13th, 2003, 06:56 AM
#1
Problems using the STL list template
Hello all,
I'm trying to use the STL list template class in some code of mine and I get weird errors, or at least they look weird to me. I'm properly including the list header at the beginning of my file (#include <list>) and when I try to declare a list with "std::list<mytype> mylist;" the compiler is telling me that list isn't in the std namespace.
I am using Visual C++ 7.0. Am I doing something stupid or is this a known bug?
Thanks in advance,
Maxime
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
|