summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/root.build2
-rw-r--r--examples/build/root.build2
-rw-r--r--tests/build/root.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/root.build b/build/root.build
index c91e8f7..23435af 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-cxx.std = 14
+cxx.std = latest
using cxx
diff --git a/examples/build/root.build b/examples/build/root.build
index fbb020e..965bf55 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; 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 332db73..42d4876 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 : MIT; see accompanying LICENSE file
-cxx.std = 11
+cxx.std = latest
using cxx