This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Include <__config> first in all standard headers.
ClosedPublic

Authored by Quuxplusone on Mar 22 2021, 10:14 AM.

Details

Summary

Mostly, *don't* include <experimental/__config> from C++17 <any>,
because that doesn't make any sense. I think it was just a cut-and-paste
typo when this header moved from experimental/.

Diff Detail

Event Timeline

Quuxplusone requested review of this revision.Mar 22 2021, 10:14 AM
Quuxplusone created this revision.
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptMar 22 2021, 10:14 AM
ldionne accepted this revision.Mar 22 2021, 1:41 PM
This revision is now accepted and ready to land.Mar 22 2021, 1:41 PM