From b760e11d5f9f4d25919a566ef727164da4376062 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Jun 2021 19:19:58 -0400 Subject: Switch to C++14 and fix build with GCC 10 GCC was having problems with this make_unique overload, but I don't care about C++11 compatibility at this point anyway, so it's easiest to just remove it. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e110d719..1c6b07dc 100644 --- a/wscript +++ b/wscript @@ -50,7 +50,7 @@ def configure(conf): conf.load('python', 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