EDIT: It turns out this really isn't specific to Eclipse Kepler. I had to use the same process for Eclipse Juno. The problem was that there seem to be missing steps in other posts answering this same question.
I'm using Eclipse Kepler for C++ and I'm trying to use C++11 and getting errors. When I compile I get the error
error: range-based-for loops are not allowed in C++98 mode
I've followed the instructions from the post
Eclipse CDT C++11/C++0x support
and the solution given for Eclipse Juno isn't working.
Different comments have suggested restarting eclipse and cleaning and rebuilding. That hasn't made a difference.