aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-24 03:46:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-24 03:46:31 +0200
commit0fa500a6d78cf6fd1d75d8db8ae28065bc2e36df (patch)
tree7e6c884e91091e2574db68308a53d315c9e50837 /libbutl/regex.mxx
parentec70a874827fc39500ff93f5aa5089059464bc41 (diff)
Use std.regex and std.theading modules
Diffstat (limited to 'libbutl/regex.mxx')
-rw-r--r--libbutl/regex.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.mxx b/libbutl/regex.mxx
index ca677a5..955c968 100644
--- a/libbutl/regex.mxx
+++ b/libbutl/regex.mxx
@@ -30,7 +30,7 @@ export module butl.regex;
#ifdef __cpp_lib_modules
import std.core;
import std.io;
-//@@ MOD TODO import std.regex;
+import std.regex; // @@ MOD TODO should probably be re-exported.
#endif
#endif