From 5a3ee2b3358e147aeb0cabced90991a5ae3b5870 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 May 2021 17:23:17 -0400 Subject: Move Coord to its own header --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2213297..a13b00d 100644 --- a/wscript +++ b/wscript @@ -47,7 +47,7 @@ def options(ctx): def configure(conf): conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) - autowaf.set_cxx_lang(conf, 'c++11') + autowaf.set_cxx_lang(conf, 'c++14') if Options.options.strict: # Check for programs used by lint target -- cgit v1.2.1