From d4b4ab930512d692dd8d5ce2b1513c0424c76301 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Dec 2015 19:08:22 +0200 Subject: Switch to C++11 --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root.build b/build/root.build index d72e12c..e5ddba5 100644 --- a/build/root.build +++ b/build/root.build @@ -9,7 +9,7 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.std = 14 +cxx.std = 11 # All exe{} in tests/ are, well, tests. Don't install them. # -- cgit v1.1