aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path-map.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/path-map.mxx')
-rw-r--r--libbutl/path-map.mxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/path-map.mxx b/libbutl/path-map.mxx
index 33edf9f..1cd4ab0 100644
--- a/libbutl/path-map.mxx
+++ b/libbutl/path-map.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 <algorithm> // min()
#endif
// Other includes.
-#ifdef __cpp_modules
+#ifdef __cpp_modules_ts
export module butl.path_map;
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core;
#endif
import butl.path;