Skip to content
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] fix SCN_HAS_STD_REGEX_MULTILINE marco #41653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jiayuehua
Copy link
Contributor

@jiayuehua jiayuehua commented Oct 19, 2024

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.

@jiayuehua jiayuehua changed the title fix SCN_HAS_STD_REGEX_MULTILINE marco [scnlib] fix SCN_HAS_STD_REGEX_MULTILINE marco Oct 19, 2024
@Mengna-Li Mengna-Li added the category:port-bug The issue is with a library, which is something the port should already support label Oct 21, 2024
@Mengna-Li Mengna-Li added the info:reviewed Pull Request changes follow basic guidelines label Oct 21, 2024

// 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`,
Copy link
Contributor

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?

Copy link
Contributor Author

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

@Mengna-Li Mengna-Li added depends:upstream-changes Waiting on a change to the upstream project and removed info:reviewed Pull Request changes follow basic guidelines labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support depends:upstream-changes Waiting on a change to the upstream project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants