mirror of
https://github.com/boostorg/regex.git
synced 2026-01-27 01:32:42 +01:00
Clean up #includes.
This commit is contained in:
@@ -27,7 +27,11 @@ import std.core;
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
#ifdef TEST_HEADERS
|
||||
#include <boost/regex.hpp>
|
||||
#else
|
||||
import boost.regex;
|
||||
#endif
|
||||
|
||||
unsigned tokenise(std::list<std::string>& l, std::string& s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user