Is it possible to change the C++ standard for a project (which was selected at the time of creating it) after creating it? If yes, how?
I want to change the standard used for a project from C++17 to C++11.
Is it possible to change the C++ standard for a project (which was selected at the time of creating it) after creating it? If yes, how?
I want to change the standard used for a project from C++17 to C++11.