Skip to content

Commit

Permalink
meson.build: set cpp_std=c++20
Browse files Browse the repository at this point in the history
Meson supports this since version 0.57.0.
  • Loading branch information
MaxKellermann committed Nov 11, 2024
1 parent 7c77cd5 commit faf02fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project('CM4all libcommon', 'cpp', version: '0.1',
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',

'libwas:apreq2=disabled',
'libwas:xios=disabled',
Expand Down

0 comments on commit faf02fc

Please sign in to comment.