This is an archive of the discontinued LLVM Phabricator instance.

[libc++][chrono] Removes format include.
ClosedPublic

Authored by Mordante on Sep 13 2022, 11:28 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGf2a263512c83: [libc++][chrono] Removes format include.
Summary

Switch to the new granular format_functions header. Since the chrono's
format dependency in C++20 hasn't been in a release it's save to remove
it.

Depends on D133665

Diff Detail

Event Timeline

Mordante created this revision.Sep 13 2022, 11:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 11:28 AM
Mordante requested review of this revision.Sep 13 2022, 11:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 11:28 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Sep 14 2022, 2:04 PM
This revision is now accepted and ready to land.Sep 14 2022, 2:04 PM
This revision was landed with ongoing or failed builds.Sep 20 2022, 9:58 AM
This revision was automatically updated to reflect the committed changes.