This is an archive of the discontinued LLVM Phabricator instance.

[libc++] implement move_iterator<T*> should be a random access iterator
AbandonedPublic

Authored by ldionne on Oct 20 2022, 7:25 AM.

Details

Reviewers
Mordante
phyBrackets
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

phyBrackets created this revision.Oct 20 2022, 7:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 7:25 AM
phyBrackets requested review of this revision.Oct 20 2022, 7:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 7:25 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
phyBrackets edited the summary of this revision. (Show Details)
phyBrackets edited the summary of this revision. (Show Details)
Mordante requested changes to this revision.Feb 18 2023, 5:30 AM
Mordante added a subscriber: Mordante.

Thanks for your contribution!Please rebase the patch and make sure it can be applied, then the CI can test your patch.

libcxx/include/__iterator/move_iterator.h
63

This is a style change we recently did.

This revision now requires changes to proceed.Feb 18 2023, 5:30 AM
ldionne commandeered this revision.Sep 11 2023, 2:25 PM
ldionne added a reviewer: phyBrackets.
ldionne added a subscriber: ldionne.

[Github PR transition cleanup] This was done in https://reviews.llvm.org/D135248, closing.

ldionne abandoned this revision.Sep 11 2023, 2:25 PM