mirror of
https://github.com/boostorg/regex.git
synced 2026-05-04 19:54:15 +02:00
Merge branch 'develop' into modules
Fixed Conflicts: include/boost/regex/config.hpp Also fix up msvc build failures. Example now build with msvc or with clang. The build script is still hopelessly broken though.
This commit is contained in:
Binary file not shown.
@@ -17,6 +17,8 @@
|
||||
*/
|
||||
|
||||
|
||||
import boost.regex;
|
||||
|
||||
#ifdef __cpp_lib_modules
|
||||
import std;
|
||||
#elif defined(MSVC_EXPERIMENTAL_STD_MODULE)
|
||||
@@ -27,8 +29,6 @@ import std.core;
|
||||
#include <iterator>
|
||||
#endif
|
||||
|
||||
import boost.regex;
|
||||
|
||||
boost::regex e("<\\s*A\\s+[^>]*href\\s*=\\s*\"([^\"]*)\"",
|
||||
boost::regex::normal | boost::regex::icase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user