Skip to content

Commit

Permalink
clang-format: Update standard to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Oct 19, 2023
1 parent bb491ed commit ca946d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PackConstructorInitializers: Never
PointerAlignment: Left
QualifierAlignment: Left
SeparateDefinitionBlocks: Always
Standard: "c++17"
Standard: "c++20"

0 comments on commit ca946d3

Please sign in to comment.