aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:03:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:03:11 +0200
commit24ec38c7e028723f84ab15ca0ecef6e56a899aea (patch)
treefb95648900fcc1e589a40a63d3f38757252b683d /build
parent1a742c236b7470fff05bfb85fe74206ca8c08b18 (diff)
Add support for cxx.std=latest, use when building build2
Diffstat (limited to 'build')
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 1d79e22..517da8b 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-cxx.std = 14
+cxx.std = latest
using cxx