From 04669106fb41d787e0686023dcce640fbe59865d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 May 2019 16:09:03 +0200 Subject: Partially dismantle modularization using Modules TS semantics --- build/root.build | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 9ef0ff5..8e824e2 100644 --- a/build/root.build +++ b/build/root.build @@ -2,16 +2,11 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -cxx.std = experimental -cxx.features.modules = ($force_modules == true) +cxx.std = latest using cxx -if ($force_modules == true && !$cxx.features.modules) - fail 'c++ compiler does not support modules' - -mxx{*}: extension = mxx -hxx{*}: extension = hxx +hxx{*}: extension = mxx # We also have .hxx; see libbutl/buildfile. ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -- cgit v1.1