How to change language standard to C++ 11?

I get warnings on my usage of C++ 11 features (it seems, the IDE wants me to use C89).
Is there a way to specify a newer standard for code checking?
Generally I get the correct highlighting except one C++ header. How to fix this?

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.