either use:
using namespace std;
list<unsigned> tsList;
or
std::list<unsigned> tsList;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 10 of 10
Thread: VS C++ 6.0 has error in list.h?Threaded View
|
Click Here to Expand Forum to Full Width |