From 2b11c8b301e3ffbbaa4f9ee15ee0ed56f0a17207 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Oct 2019 19:29:08 +0300 Subject: Use cxx.std=latest --- tests/build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/build/root.build b/tests/build/root.build index 13df2b2..3457f02 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 -- cgit v1.1