This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove <utility> includes
ClosedPublic

Authored by philnik on Mar 5 2022, 10:35 AM.

Details

Reviewers
ldionne
Quuxplusone
Group Reviewers
Restricted Project
Commits
rG1458458b558d: [libc++] Remove <utility> includes

Diff Detail

Event Timeline

philnik created this revision.Mar 5 2022, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2022, 10:35 AM
Herald added a subscriber: arphaman. · View Herald Transcript
philnik requested review of this revision.Mar 5 2022, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2022, 10:35 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested changes to this revision.Mar 7 2022, 7:14 AM

This needs a release note!

This revision now requires changes to proceed.Mar 7 2022, 7:14 AM
philnik updated this revision to Diff 413473.Mar 7 2022, 7:32 AM
  • Update release note
  • export tuple_size from <ranges>

LGTM now FWIW.

libcxx/docs/ReleaseNotes.rst
62
ldionne accepted this revision.Mar 16 2022, 1:43 PM
This revision is now accepted and ready to land.Mar 16 2022, 1:43 PM
This revision was automatically updated to reflect the committed changes.