Quote:
Come on, embrace the future!

There's three options to use C++0x that I know of.
First, boost. STL was one of the slowest implementations of algorithms I've known and boost works with it. Also, templates make messy, undebuggeable code. That a full installation of it requires 1.5 Gb is a pain in the ass, too. My netbook has 4 Gb of hard drive, after all...
Second, VS2010. It's slower than Eclipse. And that's in a dual core. In my EEEPC's Celeron 630 Mhz, I'm not even trying.
Third, gcc 4.3 (I think). If you keep using stuff from the future, I'll have to use something like QT Creator and Scons to feel as confortable as in VS2008.
I think that time dependant code (Such as pathfinding) should be as low level as possible. It HAS to be FAST.
C++ was about fast OO low level programming. It's no surprise that both the compilers and the debuggers don't understand half of what is going on.
For high level programming, other languages fare out better.