This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Verify std::ranges::rbegin, crbegin, rend, crend are CPOs
ClosedPublic

Authored by jloser on May 24 2022, 1:43 PM.

Details

Summary

Uncomment the tests to ensure std::ranges::rbegin and friends are indeed
customization points objects.

Diff Detail

Event Timeline

jloser created this revision.May 24 2022, 1:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 1:43 PM
jloser requested review of this revision.May 24 2022, 1:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 1:43 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.May 24 2022, 1:46 PM

LGTM assuming CI passes.

This revision is now accepted and ready to land.May 24 2022, 1:46 PM
var-const accepted this revision.May 24 2022, 7:04 PM