How to change C++ Language Standard in JetBrains Rider
Mar 3, 2024 · 1 min read · Problem As a new Rider user, I encountered this error after starting my new C++ project, because the IDE Language Standard for C++ by default is C++14. 0>ConsoleApplication1.cpp(6,23): Error C7525 : inline variables require at least '/std:c++17' I s...
Join discussion