I'm getting bothering code analyzer error in Eclipse CDT. It does not work fine with C++11 features. __GXX_EXPERIMENTAL_CXX0X__
is defined and compiler flags are set. Library compiles and works fine, though I can't find a way to tell Eclipse that nullptr
is a keyword! Please don't highlight it.
I'm using default version of current LTS Ubuntu (12.04). It's Indigo (3.7.2).