http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2271.html
According to that Article, STL is not suitable for game development.
What is your opinion on this?
My current approach
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2271.html
According to that Article, STL is not suitable for game development.
What is your opinion on this?
My current approach
Trying to use std::select1st from in a VS2008 project, I found that it was set by the _HAS_TRADITIONAL_STL guard.
> Is there any reason for this?
>Is it safe to simply define _HAS_TRADITION