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 --- libbutl/export.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/export.hxx') diff --git a/libbutl/export.hxx b/libbutl/export.hxx index 88630ca..231c1af 100644 --- a/libbutl/export.hxx +++ b/libbutl/export.hxx @@ -6,7 +6,7 @@ // If modules are available, setup the module export. // -#ifdef __cpp_modules +#ifdef __cpp_modules_ts # define LIBBUTL_MODEXPORT export #else # define LIBBUTL_MODEXPORT -- cgit v1.1