This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][algorithms] adds ranges::all_of, ranges::any_of, and ranges::none_of
AbandonedPublic

Authored by cjdb on Jul 12 2021, 12:13 AM.

Details

Reviewers
ldionne
zoecarver
Mordante
EricWF
Group Reviewers
Restricted Project
Summary

Implements part of http://wg21.link/p0896.
Implements [alg.all.of], [alg.any.of], [alg.none.of].

Depends on D105792.

Diff Detail

Event Timeline

cjdb requested review of this revision.Jul 12 2021, 12:13 AM
cjdb created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2021, 12:13 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
cjdb updated this revision to Diff 358151.Jul 12 2021, 10:10 PM

rebases to activate CI

cjdb updated this revision to Diff 358303.Jul 13 2021, 9:26 AM

rebases to activate CI

cjdb updated this revision to Diff 358371.Jul 13 2021, 11:35 AM

adds missing includes

cjdb updated this revision to Diff 359369.Jul 16 2021, 9:56 AM

rebases to activate CI

cjdb abandoned this revision.Jan 18 2022, 11:54 AM