aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-16 19:08:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-16 19:08:22 +0200
commitd4b4ab930512d692dd8d5ce2b1513c0424c76301 (patch)
tree122cd0ab0a462b4c3e94b9a7e64ea6ba0b43ae8a
parent33a3ad413e3fe805f7dea79b46f58dc27c3ede2e (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.
#