From 09831cde194ffab1ec6e34158a3b508e6d1013b0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 Oct 2018 15:26:21 +0300 Subject: Set cxx.std to latest in root.build --- build/root.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/root.build b/build/root.build index 39b60a6..7e6b370 100644 --- a/build/root.build +++ b/build/root.build @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +cxx.std = latest + using cxx hxx{*}: extension = hxx -- cgit v1.1