aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-01 19:31:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-01 19:31:47 +0300
commit230ecf37a2d8c68d677198563cd13208bc2720b8 (patch)
tree6173486797b461fc2f73f396417f96badb051f82
parent84886ed966a952a85a9c6e9b7c4d9f4c50463a27 (diff)
Use cxx.std=latest
-rw-r--r--build/root.build2
-rw-r--r--tests/build/root.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build
index 697f33c..0cdf286 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
-cxx.std = 11
+cxx.std = latest
using cxx
diff --git a/tests/build/root.build b/tests/build/root.build
index ac9d361..216fa84 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
-cxx.std = 11
+cxx.std = latest
using cxx