aboutsummaryrefslogtreecommitdiffstats
path: root/example/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/meson.build b/example/meson.build
index 5c02cc1..b2e896c 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -37,6 +37,7 @@ if not platform.endswith('bsd') and platform != 'dragonfly' and add_languages('c
install: false)
executable('memfs_ll', 'memfs_ll.cc',
dependencies: [ thread_dep, libfuse_dep ],
+ cpp_args : '-std=c++17',
install: false)
endif