Skip to content

Commit

Permalink
chore: Default to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
timniederhausen committed Jul 18, 2023
1 parent e8c5dab commit 14034c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ default_compiler_configs = [
"//build/config:default_optimization",
"//build/config:default_stack_frames",
"//build/config:default_symbols",
"//build/config:c++17",
"//build/config:c++20",
"//build/config:rtti",
"//build/config:exceptions",
"//build/config:runtime_library",
Expand Down

0 comments on commit 14034c4

Please sign in to comment.