Skip to content

Commit

Permalink
Switch to c++20 - c++23 hasn't been finalized yet
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed Nov 10, 2023
1 parent 945b425 commit b009180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(
version: '1.0',
license: 'Apache-2.0',
default_options: [
'cpp_std=c++23',
'cpp_std=c++20',
'warning_level=3'
],
)
Expand Down

0 comments on commit b009180

Please sign in to comment.