aboutsummaryrefslogtreecommitdiff
path: root/libbutl/project-name.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/project-name.mxx')
-rw-r--r--libbutl/project-name.mxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/project-name.mxx b/libbutl/project-name.mxx
index 131a1e0..65ba2ba 100644
--- a/libbutl/project-name.mxx
+++ b/libbutl/project-name.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 <string>
#include <utility> // move()
#include <ostream>
@@ -16,9 +16,9 @@
// Other includes.
-#ifdef __cpp_modules
+#ifdef __cpp_modules_ts
export module butl.project_name;
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core;
import std.io;
#endif