From e8b4059de91394195b5a94133b28fb890248d2d2 Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Mon, 10 May 2021 10:01:46 -0500 Subject: [PATCH] meson: use c++17 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 28983ffe9..138d7dd87 100644 --- a/meson.build +++ b/meson.build @@ -9,6 +9,7 @@ project( meson_version: '>=0.49.0', default_options: [ 'c_std=c11', + 'cpp_std=c++17', 'warning_level=3', ], )