This is an archive of the discontinued LLVM Phabricator instance.

[libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests.
ClosedPublic

Authored by var-const on Aug 4 2022, 8:32 PM.

Details

Summary

Also fix std::find_first_of (which accidentally copied the predicate
in the implementation).

Diff Detail

Event Timeline

var-const created this revision.Aug 4 2022, 8:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2022, 8:32 PM
var-const requested review of this revision.Aug 4 2022, 8:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2022, 8:32 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 5 2022, 6:20 AM
This revision is now accepted and ready to land.Aug 5 2022, 6:20 AM