File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ include(CheckPythonModuleExists)
2020
2121check_python_module_exists(PYTHON_HAVE_MARKUPSAFE markupsafe)
2222
23- # Stick to std c++17 for some code (std::unique_ptr to fwd-decl type) can not be compiled under c++23 after llvm upgrade
23+ # Stick to std c++20 for some code (std::unique_ptr to fwd-decl type) can not be compiled under c++23 after llvm upgrade
2424# if (NOT CMAKE_CXX_STANDARD)
25- set(CMAKE_CXX_STANDARD 17 )
25+ set(CMAKE_CXX_STANDARD 20 )
2626# endif()
2727
2828if (NOT CMAKE_C_STANDARD)
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ include(CheckPythonModuleExists)
2020
2121check_python_module_exists(PYTHON_HAVE_MARKUPSAFE markupsafe)
2222
23- # Stick to std c++17 for some code (std::unique_ptr to fwd-decl type) can not be compiled under c++23 after llvm upgrade
23+ # Stick to std c++20 for some code (std::unique_ptr to fwd-decl type) can not be compiled under c++23 after llvm upgrade
2424# if (NOT CMAKE_CXX_STANDARD)
25- set(CMAKE_CXX_STANDARD 17 )
25+ set(CMAKE_CXX_STANDARD 20 )
2626# endif()
2727
2828if (NOT CMAKE_C_STANDARD)
You can’t perform that action at this time.
0 commit comments