While building a project, I get this cryptic error:
‘find_if’ is not a member of ‘std'
find_if() is used this way: std::find_if(...).
Any idea where it could come from ?
add the inclusion:
#include <algorithm>
to your implementation file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With