File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
drake_cmake_installed_apt Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ build --strip=never
1111build --test_output=errors
1212build --test_summary=terse
1313
14- # Use C++20 .
15- build --cxxopt=-std=c++20
16- build --host_cxxopt=-std=c++20
14+ # Use C++23 .
15+ build --cxxopt=-std=c++23
16+ build --host_cxxopt=-std=c++23
1717
1818# https://github.com/bazelbuild/bazel/issues/1164
1919build --action_env=CCACHE_DISABLE=1
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ build --strip=never
1111build --test_output=errors
1212build --test_summary=terse
1313
14- # Use C++20 .
15- build --cxxopt=-std=c++20
16- build --host_cxxopt=-std=c++20
14+ # Use C++23 .
15+ build --cxxopt=-std=c++23
16+ build --host_cxxopt=-std=c++23
1717
1818# Suppress warnings from module externals.
1919build --per_file_copt=external/.*@-w
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ get_filename_component(DRAKE_PYTHONPATH
2626)
2727
2828set (CMAKE_CXX_EXTENSIONS OFF )
29- set (CMAKE_CXX_STANDARD 20 )
29+ set (CMAKE_CXX_STANDARD 23 )
3030set (CMAKE_CXX_STANDARD_REQUIRED ON )
3131set (CMAKE_POSITION_INDEPENDENT_CODE ON )
3232
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(drake_cmake_installed_apt)
1111include (CTest )
1212
1313set (CMAKE_CXX_EXTENSIONS OFF )
14- set (CMAKE_CXX_STANDARD 20 )
14+ set (CMAKE_CXX_STANDARD 23 )
1515set (CMAKE_CXX_STANDARD_REQUIRED ON )
1616set (CMAKE_POSITION_INDEPENDENT_CODE ON )
1717
You can’t perform that action at this time.
0 commit comments