This video from CodersVoice outlines the process for Windows pretty well.
The per-project configuration details start at 6:39. In short:
-std=c++11
-std=c++11
to Command to get compiler specs As far as I can tell, there's no easy way to make Eclipse CDT C++ projects use C++11 settings by default, so you'll have to do this for all projects that use C++11 features.