diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-09-24 03:46:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-09-24 03:46:31 +0200 |
commit | 0fa500a6d78cf6fd1d75d8db8ae28065bc2e36df (patch) | |
tree | 7e6c884e91091e2574db68308a53d315c9e50837 /tests/regex | |
parent | ec70a874827fc39500ff93f5aa5089059464bc41 (diff) |
Use std.regex and std.theading modules
Diffstat (limited to 'tests/regex')
-rw-r--r-- | tests/regex/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regex/driver.cxx b/tests/regex/driver.cxx index d48b716..3f6129a 100644 --- a/tests/regex/driver.cxx +++ b/tests/regex/driver.cxx @@ -16,6 +16,7 @@ #ifdef __cpp_lib_modules import std.core; import std.io; +import std.regex; // @@ MOD TODO: shouldn't be necessary (re-export). #endif import butl.regex; import butl.utility; // operator<<(ostream, exception) |