This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove uses of __two in type_traits
ClosedPublic

Authored by philnik on Jun 10 2022, 3:43 AM.

Details

Diff Detail

Event Timeline

philnik created this revision.Jun 10 2022, 3:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 3:43 AM
philnik requested review of this revision.Jun 10 2022, 3:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 3:43 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 10 2022, 8:32 AM

Thanks for taking these bits of metaprogramming out of the 90's.

libcxx/include/type_traits
1356
This revision is now accepted and ready to land.Jun 10 2022, 8:32 AM
This revision was automatically updated to reflect the committed changes.
EricWF added a subscriber: EricWF.Jun 10 2022, 1:22 PM
EricWF added inline comments.
libcxx/include/__type_traits/is_polymorphic.h
28

We don't need this anymore?