From c12140ebf0780b3ac63f4fcaa01c1fcab27ca7c1 Mon Sep 17 00:00:00 2001
From: Karen Arutyunov <karen@codesynthesis.com>
Date: Tue, 1 Oct 2019 19:31:28 +0300
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 697f33c..0cdf286 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,7 +2,7 @@
 # copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
 # license   : GNU GPL v2; see accompanying LICENSE file
 
-cxx.std = 11
+cxx.std = latest
 
 using cxx
 
-- 
cgit v1.1