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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user