From d5fe771fe957b15ba1b5f8ae96ceb46708444267 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Oct 2019 19:30:43 +0300 Subject: Use cxx.std=latest --- build/root.build | 2 +- examples/build/root.build | 2 +- tests/build/root.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/root.build b/build/root.build index 5293559..561e38a 100644 --- a/build/root.build +++ b/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -cxx.std = 11 +cxx.std = latest using cxx diff --git a/examples/build/root.build b/examples/build/root.build index 3e30169..8f1757f 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2013-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 38d2a96..de22341 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -cxx.std = 11 +cxx.std = latest using cxx -- cgit v1.1