diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-02-03 11:37:35 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-02-05 11:29:38 +0200 |
| commit | 19a33e95ba0c87634a7b4ed220b3052326cff114 (patch) | |
| tree | 6d5e7699dcd984958132b9b9cbf6d508008dfdc5 | |
| parent | 5eaa185d23c20ac087ff4c8b94a9a94e07b62d9a (diff) | |
Switch to C++20
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8dc031e..9789e8c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('kms++', 'cpp', default_options : [ - 'cpp_std=c++17', + 'cpp_std=c++20', ], version: '0.0.0', ) |
