Meta: Bump C++ version from 17 to 20

This commit is contained in:
Riyyi
2022-07-22 21:26:33 +02:00
parent 9857f11798
commit fc163f7f06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ SpaceAfterTemplateKeyword: false
SpaceInEmptyBlock: false
NamespaceIndentation: None
FixNamespaceComments: true
Standard: c++17
Standard: c++20
TabWidth: 4
UseTab: AlignWithSpaces
...