[libcxx-commits] [PATCH] D157939: [libc++] Simplify is_convertible
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 14 17:32:53 PDT 2023
philnik created this revision.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
GCC 13 has added __is_convertible(), so we don't need to keep the fallback implementation around.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157939
Files:
libcxx/include/__type_traits/is_convertible.h
libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157939.550154.patch
Type: text/x-patch
Size: 5769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230815/6b631a1e/attachment.bin>
More information about the libcxx-commits
mailing list