aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:08:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:08:53 +0200
commit501cffd866e9a7e307aabf620896746a9d664d65 (patch)
tree0d986b83c555d8d0e0de9652b1fb276b61bf9097 /build
parentb36d61ff1f803adc154b7a34048680f0d3c5ec08 (diff)
Use cxx.std=latest
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 cab3bf1..dafc786 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