This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Move __insertion_sort_move to partial_sort.h
ClosedPublic

Authored by ldionne on Mar 28 2023, 1:48 PM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG0b57d47bfab9: [libc++][NFC] Move __insertion_sort_move to partial_sort.h
Summary

The __insertion_sort_move helper function is only used in partial_sort.h,
so it makes sense to define it there.

Diff Detail

Event Timeline

ldionne created this revision.Mar 28 2023, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 1:48 PM
ldionne requested review of this revision.Mar 28 2023, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 1:48 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Mar 28 2023, 1:49 PM
This revision is now accepted and ready to land.Mar 28 2023, 1:49 PM
This revision was landed with ongoing or failed builds.Mar 29 2023, 6:49 AM
This revision was automatically updated to reflect the committed changes.