What IDE has a better support for the new C++0x features in g++?
I know you can use the editor as is and compile the code using -std=c++0x, but I would want the new features do not be marked as errors by the IDE (auto, range-based loop, variadic templates, etc.).