aboutsummaryrefslogtreecommitdiff
path: root/libbutl/const-ptr.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/const-ptr.mxx')
-rw-r--r--libbutl/const-ptr.mxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/const-ptr.mxx b/libbutl/const-ptr.mxx
index 38f7b44..7291ee6 100644
--- a/libbutl/const-ptr.mxx
+++ b/libbutl/const-ptr.mxx
@@ -2,21 +2,21 @@
// 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 <cstddef> // nullptr_t
#endif
// Other includes.
-#ifdef __cpp_modules
+#ifdef __cpp_modules_ts
export module butl.const_ptr;
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core; // @@ MOD std.fundamental.
#endif
#endif