This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove <chrono> include from <future>
ClosedPublic

Authored by philnik on Feb 23 2022, 2:07 PM.

Details

Reviewers
Quuxplusone
Group Reviewers
Restricted Project
Commits
rGde462a43d32a: [libc++] Remove <chrono> include from <future>

Diff Detail

Event Timeline

philnik requested review of this revision.Feb 23 2022, 2:07 PM
philnik created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2022, 2:07 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Quuxplusone accepted this revision.Feb 23 2022, 2:10 PM

Assuming CI is green, ship it! Thanks. :)

This revision is now accepted and ready to land.Feb 23 2022, 2:10 PM
philnik updated this revision to Diff 410950.Feb 23 2022, 3:03 PM
  • Fix Documentation
philnik updated this revision to Diff 410952.Feb 23 2022, 3:11 PM

Rebase onto main to fix documentation

This revision was automatically updated to reflect the committed changes.