From 6aea8696eacd6e93c2511eb359fc3193a41f61cb Mon Sep 17 00:00:00 2001
From: Karen Arutyunov <karen@codesynthesis.com>
Date: Tue, 1 Oct 2019 19:32:57 +0300
Subject: Use cxx.std=latest

---
 build/root.build       | 2 +-
 tests/build/root.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/root.build b/build/root.build
index e16f55d..2e661b7 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,7 +2,7 @@
 # copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
 # license   : ODB NCUEL; 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 2b26f05..8a98ddf 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   : ODB NCUEL; see accompanying LICENSE file
 
-cxx.std = 11
+cxx.std = latest
 
 using cxx
 
-- 
cgit v1.1