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:
jzmaddock
2024-04-04 19:17:39 +01:00
201 changed files with 1517 additions and 29288 deletions
Binary file not shown.
+2 -2
View File
@@ -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);