This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove workarounds for the lack of deduction guides in C++17
ClosedPublic

Authored by ldionne on Aug 17 2021, 8:59 AM.

Details

Summary

All supported compilers have supported deduction guides in C++17 for a
while, so this isn't necessary anymore.

Diff Detail

Event Timeline

ldionne created this revision.Aug 17 2021, 8:59 AM
ldionne requested review of this revision.Aug 17 2021, 8:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2021, 8:59 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 366946.Aug 17 2021, 10:31 AM

Fix -Wundef issue

ldionne accepted this revision.Aug 18 2021, 5:57 AM
This revision is now accepted and ready to land.Aug 18 2021, 5:57 AM