aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:09:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-14 10:09:11 +0200
commit5bef62db915a6b774935ab5eda510b072d65746e (patch)
tree4d345a1f1758e9f2cf4747a6a8c935c38340c8c1 /build
parent50bec623cee6bb324839e04ec6024ca67abdcbde (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 df7d974..ef19786 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