From 286bcb4988768f149c752231d66234a3d2a38590 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Jun 2017 18:39:03 +0200 Subject: Don't force C++ modules in tests for VC --- tests/cc/modules/testscript | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index 8f6fd96..71ae34d 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -13,7 +13,10 @@ EOI +cat <=build/root.build cxx.std = experimental -cxx.features.modules = true + +# Force modules except for VC where we need at least 15u3. +# +cxx.features.modules = ($cxx.id != "msvc") using cxx -- cgit v1.1