aboutsummaryrefslogtreecommitdiff
path: root/libbutl/project-name.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/project-name.cxx')
-rw-r--r--libbutl/project-name.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/project-name.cxx b/libbutl/project-name.cxx
index 9cc3d8e..43da5a7 100644
--- a/libbutl/project-name.cxx
+++ b/libbutl/project-name.cxx
@@ -2,11 +2,11 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_modules
+#ifndef __cpp_modules_ts
#include <libbutl/project-name.mxx>
#endif
-#ifndef __cpp_lib_modules
+#ifndef __cpp_lib_modules_ts
#include <string>
#include <vector>
#include <utility> // move()
@@ -17,12 +17,12 @@
// Other includes.
-#ifdef __cpp_modules
+#ifdef __cpp_modules_ts
module butl.project_name;
// Only imports additional to interface.
#ifdef __clang__
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core;
import std.io;
#endif