git: f3859a1a13a1 - main - libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Oct 2024 18:30:43 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=f3859a1a13a119548fd80ccdc85e35b4e5d61f62
commit f3859a1a13a119548fd80ccdc85e35b4e5d61f62
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-08-05 20:27:22 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-10-23 18:26:46 +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
---
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