From 85b6c6f799806a944f3f70f95407c272036f716e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Aug 2016 11:05:35 +0200 Subject: Adjust to new build2 requirements --- build/root.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index eed5fe6..1b4982c 100644 --- a/build/root.build +++ b/build/root.build @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +cxx.std = 14 + using cxx hxx{*}: extension = @@ -9,8 +11,6 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.std = 11 - # All exe{} in tests/ are, well, tests. Don't install them. # tests/: test.exe = true # @@ BC -- cgit v1.1