mirror of
https://github.com/boostorg/regex.git
synced 2026-01-26 17:22:53 +01:00
Clean up #includes.
This commit is contained in:
@@ -28,7 +28,11 @@ import std.core;
|
||||
#include <iterator>
|
||||
#endif
|
||||
|
||||
#ifdef TEST_HEADERS
|
||||
#include <boost/regex.hpp>
|
||||
#else
|
||||
import boost.regex;
|
||||
#endif
|
||||
|
||||
boost::regex e("<\\s*A\\s+[^>]*href\\s*=\\s*\"([^\"]*)\"",
|
||||
boost::regex::normal | boost::regex::icase);
|
||||
|
||||
Reference in New Issue
Block a user