While using CMake based projects in Visual Studio, if you set the CXX_STANDARD version to 23 to get the latest preview features, it causes every .cpp file to be rebuilt whenever you click the standard run button in the IDE. Essentially behaving as if I cleaned my project befor...
Build with DCMAKE_CXX_STANDARD=23 What version of Abseil are you using? lts_2025_01_27 What operating system and version are you using? linux fedora 41 What compiler and version are you using? Clang 19.1.7 What build system are you using? Ninja Additional context No responseActivity...
Brief Issue Summary When compiling a CMake project with CMAKE_CXX_STANDARD=23 I see [cpptools] Unknown C++ standard control flag: -std=c++23 in the CMake/Build output. CMake Tools Diagnostics { "os": "linux", "vscodeVersion": "1.66.0", "...
# Current cmake (3.21.0) do not support cxx23 for AppleClang now set_compiler_option_max_cxx_standard(23) set_compiler_option_max_c_standard(23) elseif(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "12.0") # Current cmake (3.21.0) do not support cxx23 for AppleClang now set_comp...