This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Verify std::views::drop and std::views::join are CPOs
ClosedPublic

Authored by jloser on May 14 2022, 3:03 PM.

Details

Summary

std::views::drops and std::views::join have been implemented, but the tests
verifying the CPOs for them are been implemented is still commented out.
Uncomment them.

Diff Detail

Event Timeline

jloser created this revision.May 14 2022, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2022, 3:03 PM
jloser requested review of this revision.May 14 2022, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2022, 3:03 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.May 14 2022, 3:07 PM

LGTM assuming CI passes.

This revision is now accepted and ready to land.May 14 2022, 3:07 PM