Skip to content

Commit

Permalink
meson.build: set cpp_std=c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Nov 11, 2024
1 parent 89c727b commit 392fa98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libcommon
Submodule libcommon updated 1 files
+2 −2 meson.build
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project('CM4all spawn', 'cpp', version: '0.19',
meson_version: '>= 1.0',
default_options: [
'cpp_std=c++2a',
'cpp_std=c++20',
'warning_level=3',

'fmt:cpp_std=c++2a',
'fmt:cpp_std=c++20',
],
)

Expand Down

0 comments on commit 392fa98

Please sign in to comment.