From db0a579a7fe689388c84e8c4ea05660bc502411a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 21:22:51 +0100 Subject: Explicitly set language version --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index c948f2d5..aa6cd7e6 100644 --- a/wscript +++ b/wscript @@ -58,6 +58,7 @@ def configure(conf): conf.load('python', cache=True) conf.load('autowaf', cache=True) + autowaf.set_cxx_lang(conf, 'c++11') conf.check_cxx(header_name='boost/format.hpp') conf.check_cxx(header_name='boost/intrusive/slist.hpp') -- cgit v1.2.1