This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Implement P2520R0: `move_iterator<T*>` should be a random access iterator
AbandonedPublic

Authored by fsb4000 on Jan 29 2023, 6:40 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

I'm not 100% sure should it be DR or not.
MS STL implemented this as DR, https://github.com/microsoft/STL/pull/2958#discussion_r931710527
Let me know If you think we should implement it only for C++23

Diff Detail

Event Timeline

fsb4000 created this revision.Jan 29 2023, 6:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2023, 6:40 AM
Herald added a subscriber: arichardson. · View Herald Transcript
fsb4000 requested review of this revision.Jan 29 2023, 6:40 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptJan 29 2023, 6:40 AM

Someone else is already working on this: D135248

fsb4000 added a comment.EditedJan 29 2023, 7:20 AM

Someone else is already working on this: D135248

Thanks, I missed it :(

I searched only by this keyword: P2520R0...

fsb4000 abandoned this revision.Jan 29 2023, 3:07 PM