git: 1e188e55f0da - stable/13 - libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 12:54:17 UTC
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=1e188e55f0da21563f233146ab905493d0ee3f28 commit 1e188e55f0da21563f233146ab905493d0ee3f28 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-08-05 20:27:22 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-12-01 12:32:41 +0000 libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e: [libc++] Remove unused includes from __type_traits/is_convertible.h (#83747) PR: 280562 MFC after: 1 month (cherry picked from commit f3859a1a13a119548fd80ccdc85e35b4e5d61f62) --- contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h b/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h index baa6df94714f..b378a20cedeb 100644 --- a/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h +++ b/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h @@ -11,6 +11,12 @@ #include <__config> #include <__type_traits/integral_constant.h> +#include <__type_traits/is_array.h> +#include <__type_traits/is_function.h> +#include <__type_traits/is_void.h> +#include <__type_traits/remove_reference.h> +#include <__utility/declval.h> +#include <cstddef> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) # pragma GCC system_header