From 45b1535685476fa76bef9c680156e03acac8f0ba Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 16 Mar 2021 00:50:16 +0100 Subject: [PATCH] configure build for c++20 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e102f09..776236a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('libcubescript', ['cpp'], version: '0.1.0', - default_options: ['buildtype=plain', 'cpp_std=c++17'], + default_options: ['buildtype=plain', 'cpp_std=c++2a'], meson_version: '>=0.46' )