aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/regex.mxx')
-rw-r--r--libbutl/regex.mxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/regex.mxx b/libbutl/regex.mxx
index 4c21c16..172064d 100644
--- a/libbutl/regex.mxx
+++ b/libbutl/regex.mxx
@@ -2,13 +2,13 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_modules
+#ifndef __cpp_modules_ts
#pragma once
#endif
// C includes.
-#ifndef __cpp_lib_modules
+#ifndef __cpp_lib_modules_ts
#include <regex>
#include <iosfwd>
#include <string>
@@ -27,9 +27,9 @@
// Other includes.
-#ifdef __cpp_modules
+#ifdef __cpp_modules_ts
export module butl.regex;
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core;
import std.io;
import std.regex; // @@ MOD TODO should probably be re-exported.