Skip to content

Fix "no matching function for call to 'find'" error#25

Open
mohamedkam000 wants to merge 1 commit intoLonelyFool:android11from
mohamedkam000:patch-1
Open

Fix "no matching function for call to 'find'" error#25
mohamedkam000 wants to merge 1 commit intoLonelyFool:android11from
mohamedkam000:patch-1

Conversation

@mohamedkam000
Copy link

@mohamedkam000 mohamedkam000 commented Oct 31, 2025

libstdc++ stopped providing "algorithm" indirectly through "vector" , which causes the compiler to throw an error when calling std::find. Including "algorithm" solves that.

libstdc++ stopped providing <algorithm> indirectly through <vector>, which causes the compiler to throw an error when calling std::find. Including <algorithm> solves that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant