Skip to content

Commit

Permalink
Updated cpp_std to c++20 from c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Aug 29, 2021
1 parent ebc37c4 commit 8f02f1f
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 @@ -2,7 +2,7 @@ project(
'SwayAudioIdleInhibit',
'c', 'cpp',
version: '0.1',
default_options: ['warning_level=3', 'cpp_std=c++14'],
default_options: ['warning_level=3', 'cpp_std=c++20'],
)

wayland_protos = dependency('wayland-protocols')
Expand Down

0 comments on commit 8f02f1f

Please sign in to comment.