aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-16 19:07:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-16 19:07:58 +0200
commit0864c1be2a36de6f8840f89734113bfbdaeb77a1 (patch)
treedb5d0e29ff07c50529403dc35b452e5b08ec74f7
parent1c5d5286319b73ea442c1bb15b97a6de9de47dcf (diff)
Switch to C++11
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
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.
#