From b0091802465c2fe1f13eb7ff87c9bdc52654ffc6 Mon Sep 17 00:00:00 2001 From: Campbell Jones Date: Fri, 10 Nov 2023 17:56:04 -0500 Subject: [PATCH] Switch to c++20 - c++23 hasn't been finalized yet --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 33ace0bd9..12e0e3399 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( version: '1.0', license: 'Apache-2.0', default_options: [ - 'cpp_std=c++23', + 'cpp_std=c++20', 'warning_level=3' ], )