From 501cffd866e9a7e307aabf620896746a9d664d65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Dec 2016 10:08:53 +0200 Subject: Use cxx.std=latest --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index cab3bf1..dafc786 100644 --- a/build/root.build +++ b/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -cxx.std = 14 +cxx.std = latest using cxx -- cgit v1.1