summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-01-21 12:31:30 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-01-21 12:31:30 +0100
commit7dd49c6293172b494c78918507242cdb55d35137 (patch)
tree9c8ab822ab9501a5ea2f937e609144e00ea091c4 /meson.build
parentfc4547b412e28164af1bf8981234c6af959ccc0b (diff)
WIP
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2d571dc..d8a9641 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
meson_version: '>= 0.58',
default_options : [
'warning_level=3',
- 'cpp_std=c++17',
+ 'cpp_std=c++20',
'cpp_rtti=false',
'cpp_eh=none',
'b_ndebug=if-release',