forked from boostorg/regex
Clean up #includes.
This commit is contained in:
@@ -27,7 +27,11 @@ import std.core;
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
#ifdef TEST_HEADERS
|
||||
#include <boost/regex.hpp>
|
||||
#else
|
||||
import boost.regex;
|
||||
#endif
|
||||
|
||||
// purpose:
|
||||
// takes the contents of a file in the form of a string
|
||||
|
||||
Reference in New Issue
Block a user