-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[scnlib] update to 4.0.1 #41653
[scnlib] update to 4.0.1 #41653
Conversation
|
||
// Detect std::regex_constants::multiline: | ||
// libc++ 15 and later, or libstdc++ 11.4 or later | ||
-// (2021-09-29 is the date of the commit introducing `multiline`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you submit this patch upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already submit to upstream eliaskosunen/scnlib#130
upstream has just merged the fix. |
Upstream released this in version 3.0.2. (They've also subsequently done a major version bump, latest is 4.0.1) |
@jiayuehua Please update to 4.0.1. Thanks. |
https://godbolt.org/z/EhsWsMvEK
ports/scnlib/fix-SCN_HAS_STD_REGEX_MULTILINE-marco.patch is needed otherwise this port can't build successfully use gcc11.3, so add it back.