https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80796
Bug ID: 80796 Summary: std::make_xxx_searcher / std::search(iter, iter, searcher) is missing Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: d25fe0be at outlook dot com CC: webrown.cpp at gmail dot com Target Milestone: --- CC: webrown.cpp at gmail dot com I hesitate to submit this as a PR since they might simply have not been implemented yet, as they're not listed in libstdc++/manual/status.html explicitly. The searchers are present, as stated in the status page. The std::make_xxx_searcher / std::search is listed in P0220R1, the same paper as the searchers ('Library Fundamentals V1 TS Components: Searchers'). FWIW, std::experimental::make_xxx_searcher / std::experimental::search (N3905) are present, only the corresponding ones in std:: are missing,