-
Notifications
You must be signed in to change notification settings - Fork 541
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
Bug 5343: Fix GCC v14 not finding std::find() #1672
Conversation
Reply.cc:198: error: no matching function for call to find(...) The required STL header was missed in 2023 commit 27c3677 that updated src/helper/Reply.cc.
Completes PR #1670 Note that the build still fails on gcc 14 due to other issues (InstanceId visibility) |
I have |
Hey Yadi, it was meanwhile reported as alleged g++ bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113908 |
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.
Thank you for completing this work. In the future, please commit additional changes to the original PR branch instead of closing and opening PRs.
I have adjusted PR title to use a more common format, especially since it is not yet clear whether there will ever be a "part 2" fix for this bug. I have also adjusted PR description to fix formatting (by copying #1670 description).
Reply.cc:198: error: no matching function for call to find(...) The required STL header was missed in 2023 commit 27c3677.
I don't have write access to that branch; that was my first attempt in fact.
Thanks! |
Reply.cc:198: error: no matching function for call to find(...) The required STL header was missed in 2023 commit 27c3677.
Reply.cc:198: error: no matching function for call to find(...) The required STL header was missed in 2023 commit 27c3677.
The required STL header was missed in 2023 commit 27c3677.