From cd702ff73abe4ec5f4d427d9c7e894fa79e6a146 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2022 16:22:35 -0400 Subject: Build C++ components as C++14 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b3c88e6..992dab8 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('pugl', ['c'], meson_version: '>= 0.49.2', default_options: [ 'c_std=c99', - 'cpp_std=c++11', + 'cpp_std=c++14', 'default_library=shared' ]) -- cgit v1.2.1