This is an archive of the discontinued LLVM Phabricator instance.

[libc++][locale] Removes an transitive include.
ClosedPublic

Authored by Mordante on Sep 3 2022, 5:57 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGab7b776cf957: [libc++][locale] Removes an transitive include.
Summary

Removes <cstdarg> transitive include from <locale> in C++23.

Diff Detail

Event Timeline

Mordante created this revision.Sep 3 2022, 5:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2022, 5:57 AM
Mordante requested review of this revision.Sep 3 2022, 5:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2022, 5:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Sep 6 2022, 11:03 AM
ldionne added a subscriber: ldionne.

The commit message should probably be something like Removes <cstdarg> transitive include from <locale> in C++23

This revision is now accepted and ready to land.Sep 6 2022, 11:03 AM
Mordante edited the summary of this revision. (Show Details)Sep 7 2022, 9:47 AM
This revision was automatically updated to reflect the committed changes.