aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-27 10:45:39 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-12-07 11:05:33 +0100
commitfa67f096bdea9db59dd20c470c9e32f3dac5be94 (patch)
treef01189bd2cfbafa8a93485034613256b0e8d7655 /src
parentdce1dfbc47050404bcf3ce2461e8baff0b088ffb (diff)
downloadbitcoin-fa67f096bdea9db59dd20c470c9e32f3dac5be94.tar.xz
build: Require C++20 compiler
Diffstat (limited to 'src')
-rw-r--r--src/.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format
index 791b3b8f9f..2e5d5c6449 100644
--- a/src/.clang-format
+++ b/src/.clang-format
@@ -43,5 +43,5 @@ SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
-Standard: c++17
+Standard: c++20
UseTab: Never