aboutsummaryrefslogtreecommitdiffstats
path: root/example/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/meson.build b/example/meson.build
index 701afa7..21e8317 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -37,7 +37,7 @@ if platform != 'dragonfly' and add_languages('cpp', required : false)
install: false)
executable('memfs_ll', 'memfs_ll.cc',
dependencies: [ thread_dep, libfuse_dep ],
- cpp_args : '-std=c++17',
+ cpp_args : '-std=c++20',
install: false)
endif