mirror of
https://github.com/boostorg/regex.git
synced 2026-01-26 09:12:40 +01:00
Clean up #includes.
This commit is contained in:
@@ -31,7 +31,11 @@ import std.core;
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
#ifdef TEST_HEADERS
|
||||
#include <boost/regex.hpp>
|
||||
#else
|
||||
import boost.regex;
|
||||
#endif
|
||||
|
||||
// purpose:
|
||||
// takes the contents of a file and transform to
|
||||
|
||||
Reference in New Issue
Block a user