This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove C++ version guards in the dylib.
ClosedPublic

Authored by Mordante on Dec 13 2021, 9:32 AM.

Details

Summary

The library is always build using C++20 so these guards are not needed.

Diff Detail

Event Timeline

Mordante requested review of this revision.Dec 13 2021, 9:32 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2021, 9:32 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Quuxplusone added a subscriber: Quuxplusone.

Seems reasonable to me!

ldionne accepted this revision.Dec 13 2021, 11:28 AM
This revision is now accepted and ready to land.Dec 13 2021, 11:28 AM
This revision was automatically updated to reflect the committed changes.