From c3029a135236a3b8d8f323be9fcce114158b96ef Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2022 20:11:47 -0400 Subject: Build as C++17 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 0afa447..23da9bb 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++14') + autowaf.set_cxx_lang(conf, 'c++17') if Options.options.strict: # Check for programs used by lint target -- cgit v1.2.1