aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:04:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:04:11 +0200
commitcc878f4e2b4bc6622742136dcb45e2ad912714f7 (patch)
treeec46308f2aeeaa81f1e0fc4ca5469a37a770b9a5
parenta4199b808fd678f74935d540490eae9dc78a9ffe (diff)
Use cxx.std=latest
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 2ace472..d219b6e 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