diff options
Diffstat (limited to 'libbutl/string-table.mxx')
-rw-r--r-- | libbutl/string-table.mxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/string-table.mxx b/libbutl/string-table.mxx index a7025ae..201fb11 100644 --- a/libbutl/string-table.mxx +++ b/libbutl/string-table.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 #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <string> #include <vector> #include <unordered_map> @@ -19,9 +19,9 @@ // Other includes. -#ifdef __cpp_modules +#ifdef __cpp_modules_ts export module butl.string_table; -#ifdef __cpp_lib_modules +#ifdef __cpp_lib_modules_ts import std.core; #endif import butl.multi_index; |