File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ export CTEST_OUTPUT_ON_FAILURE=1
77CMAKE_OPTS=()
88# -Wstringop-overflow is notorious for false positives and has been a problem for years.
99# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443
10- # -Wtemplate-id-cdtor leaks from using the generated headers. We should reenable this once
11- # we're considering moving to C++20 and/or the -ti.hpp files are generated differently.
12- WARN_FLAGS=" -Wall -Wextra -Wno-template-id-cdtor -Wno-stringop-overflow"
10+ WARN_FLAGS=" -Wall -Wextra -Wno-stringop-overflow"
1311
1412case " $DISTRO " in
1513 alpine:* )
Original file line number Diff line number Diff line change 44cmake_minimum_required (VERSION 3.17...3.17)
55set (BOOST_MIN_VERSION "1.66.0" )
66
7- set (CMAKE_CXX_STANDARD 17 )
7+ set (CMAKE_CXX_STANDARD 20 )
88set (CMAKE_CXX_STANDARD_REQUIRED ON )
99set (CMAKE_CXX_EXTENSIONS OFF )
1010
You can’t perform that action at this time.
0 commit comments