This is an archive of the discontinued LLVM Phabricator instance.

[libc++]Implement LWG-3646 std::ranges::view_interface::size returns a signed type
ClosedPublic

Authored by fsb4000 on Dec 11 2022, 9:27 AM.

Diff Detail

Event Timeline

fsb4000 created this revision.Dec 11 2022, 9:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 11 2022, 9:27 AM
fsb4000 requested review of this revision.Dec 11 2022, 9:27 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptDec 11 2022, 9:27 AM
Mordante accepted this revision as: Mordante.Dec 15 2022, 11:08 AM
Mordante added subscribers: philnik, Mordante.

Thanks for the patch, LGTM! I like to have somebody more familiar with ranges to have a second look, especially whether we're happy with the test coverage. @philnik can you have a look?

philnik accepted this revision.Dec 15 2022, 11:51 AM

LGTM too. I don't remember if you have commit access. If not: Name and E-Mail, same as last time.

This revision is now accepted and ready to land.Dec 15 2022, 11:51 AM

@philnik, I have the commit access.
Thank you both for the review.