From 3bd426dce9d6c9e37dc08e9591a2caa6fa1fdb20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Jun 2017 11:14:10 +0200 Subject: Add build system support for modularization --- build/root.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 196d2a3..63e6266 100644 --- a/build/root.build +++ b/build/root.build @@ -2,10 +2,11 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -cxx.std = latest +cxx.std = experimental using cxx +mxx{*}: extension = mxx hxx{*}: extension = hxx ixx{*}: extension = ixx txx{*}: extension = txx -- cgit v1.1