aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.cxx
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.cxx
parentec70a874827fc39500ff93f5aa5089059464bc41 (diff)
Use std.regex and std.theading modules
Diffstat (limited to 'libbutl/regex.cxx')
-rw-r--r--libbutl/regex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.cxx b/libbutl/regex.cxx
index 1da325b..6159d54 100644
--- a/libbutl/regex.cxx
+++ b/libbutl/regex.cxx
@@ -30,7 +30,7 @@ module butl.regex;
#ifdef __cpp_lib_modules
import std.core;
import std.io;
-//@@ MOD TODO import std.regex;
+import std.regex;
#endif
#endif