From c86d365dc2f08a2e7827313cb117da60ea0ebd70 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Mon, 11 Feb 2019 22:43:29 -0500 Subject: [PATCH] meson: bump c++ version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c919ae867..ee49e2b2f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('Aegisub', ['c', 'cpp'], license: 'BSD-3-Clause', meson_version: '>=0.49.0', - default_options: ['cpp_std=c++11', 'b_lto=true']) + default_options: ['cpp_std=c++14', 'b_lto=true']) if host_machine.system() == 'windows' version_sh = find_program('tools/version.ps1')