Ć++ 11 support
Hello!
I got problem with build my project -
I use a constexpr specifier and i got a error constexpr does not name a type
I assume that i need to add support c++11,
How to do this?
Thanks!
-
I recommend to set both the c and c++ options under common settings, (don't forgot also the c and c++ options) otherwise it might use something really old.
If you do it correctly you will see both show up under the main project configuration like the following.
gcc_c_language_standard="c11"
gcc_cplusplus_language_standard="c++11"Bill
Please sign in to leave a comment.
Comments
2 comments