1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

Revert "libcxx-compat: revert llvmorg-19-init-18063-g561246e90282:"

This reverts commit 1d99ada3215dbc28665fe051f9ccf028a2a02ce8, in
preparation for merging llvm 21.

PR:		292067
MFC after:	1 month

(cherry picked from commit 6243d755fb)
This commit is contained in:
Dimitry Andric
2025-12-06 21:24:16 +01:00
parent 0546474c35
commit 4f6cc88193
@@ -28,7 +28,7 @@ using __remove_cv_t = typename remove_cv<_Tp>::type;
#else
template <class _Tp>
using __remove_cv_t = __remove_cv(_Tp);
#endif // __has_builtin(__remove_cv)
#endif
#if _LIBCPP_STD_VER >= 14
template <class _Tp>