build: Require C++20 compiler

This commit is contained in:
MarcoFalke
2023-08-27 10:45:39 +02:00
parent dce1dfbc47
commit fa67f096bd
7 changed files with 8 additions and 18 deletions

View File

@@ -43,5 +43,5 @@ SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
Standard: c++17
Standard: c++20
UseTab: Never