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:
@@ -29,7 +29,11 @@ import std.core;
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
#ifdef TEST_HEADERS
|
||||
#include <boost/regex.hpp>
|
||||
#else
|
||||
import boost.regex;
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user