From 0fa500a6d78cf6fd1d75d8db8ae28065bc2e36df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Sep 2017 03:46:31 +0200 Subject: Use std.regex and std.theading modules --- libbutl/regex.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/regex.mxx') 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 -- cgit v1.1