aboutsummaryrefslogtreecommitdiff
path: root/libbutl/export.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-03 16:09:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-03 16:09:03 +0200
commit04669106fb41d787e0686023dcce640fbe59865d (patch)
tree056d2fedf396006d6e243346ea8de689ddf23c08 /libbutl/export.hxx
parent422f8cb7e03e9ba3cc95fde65585dcbd74aaa522 (diff)
Partially dismantle modularization using Modules TS semantics
Diffstat (limited to 'libbutl/export.hxx')
-rw-r--r--libbutl/export.hxx2
1 files changed, 1 insertions, 1 deletions
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