[all-commits] [llvm/llvm-project] 925a11: [libc++] Simplify is_convertible
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Aug 15 12:18:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 925a11a5f2218822f1ade431f236b1bc1998a098
https://github.com/llvm/llvm-project/commit/925a11a5f2218822f1ade431f236b1bc1998a098
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M libcxx/include/__type_traits/is_convertible.h
R libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
Log Message:
-----------
[libc++] Simplify is_convertible
GCC 13 has added __is_convertible(), so we don't need to keep the fallback implementation around.
Reviewed By: #libc, Mordante
Spies: Mordante, libcxx-commits
Differential Revision: https://reviews.llvm.org/D157939
More information about the All-commits
mailing list