When I extend an Android project in Eclipse by "Native Build support" (don't know what it is called exactly) and add C++11 code, I get quite a few errors by the indexer.
When working with pure C++ projects (GCC, LLVM support), I can fix it - but the compiler details are not available with Android native support.
One way to get rid of the problem (and to be able to compile again), is to disable the indexer, but then Eclipse loses it's value.
Is there a better way of fixing this since CDT seems to need at least another year to support C++11 sufficiently.