We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b690ae commit c3a4ea1Copy full SHA for c3a4ea1
contrib/devtools/bitcoin-tidy/CMakeLists.txt
@@ -4,7 +4,7 @@ project(bitcoin-tidy VERSION 1.0.0 DESCRIPTION "clang-tidy checks for Bitcoin Co
4
5
include(GNUInstallDirs)
6
7
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 20)
8
set(CMAKE_CXX_STANDARD_REQUIRED True)
9
set(CMAKE_CXX_EXTENSIONS False)
10
0 commit comments