I want to enable C ++ 17 compilation in my project. I tried to do this as follows: Project -> Properties -> C / C ++ -> Language -> C ++ Language Standard -> ISO C ++ Standard 17. Clicked apply, but the following code prints 201402 , which means that the compiler is still working with C ++ 14
std::cout << _MSVC_LANG << std::endl; What is the problem? The version of Visual Studio is 15.9.4. Visual C ++ Version 19.16