This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Simplify is_convertible
ClosedPublic

Authored by philnik on Aug 14 2023, 5:32 PM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG925a11a5f221: [libc++] Simplify is_convertible
Summary

GCC 13 has added __is_convertible(), so we don't need to keep the fallback implementation around.

Diff Detail

Event Timeline

philnik created this revision.Aug 14 2023, 5:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 5:32 PM
philnik requested review of this revision.Aug 14 2023, 5:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 5:32 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Aug 15 2023, 10:12 AM
Mordante added a subscriber: Mordante.

LGTM! Thanks for the cleanup.

This revision is now accepted and ready to land.Aug 15 2023, 10:12 AM
This revision was landed with ongoing or failed builds.Aug 15 2023, 12:18 PM
This revision was automatically updated to reflect the committed changes.
libcxx/include/__type_traits/is_convertible.h