DXUT with STL

Started by
1 comment, last by Runoo 15 years, 4 months ago
Hi, I include <list> in DXUT.h but when I use it like std::list<int> qqq; compiler tell me that error C2039: 'list' : it is not a member of std but I don't know why? Thanks for help.
Advertisement
Hmm works for me.

Did you declare the std::list in the header file? Do note that DXUT.h is being included in the source files.
Thanks,
it's OK now.

I just change the "include <list>" to another position and it works.

This topic is closed to new replies.

Advertisement