https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106569
--- Comment #4 from David Binderman <dcb314 at hotmail dot com> --- (In reply to Martin Liška from comment #3) > > My best guess is that if gcc trunk is written in some recent version of C++, > > then all that recent version can be used. > > We are written in C++11, is std::find_if available in the given standard? Yes, there is *a* version of std::find_if available. Some additional work might be needed to verify exact match.