You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Since std::regex is broken in 4.8, and this lib uses it, it's not possible to use regex for url matching. Is it possible to replace it with some other regex instead? Here's the first one I've found but it's not too difficult to port other. What do you think about it?
The text was updated successfully, but these errors were encountered:
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Since std::regex is broken in 4.8, and this lib uses it, it's not possible to use regex for url matching. Is it possible to replace it with some other regex instead? Here's the first one I've found but it's not too difficult to port other. What do you think about it?
The text was updated successfully, but these errors were encountered: