mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libcxx-compat: revert llvmorg-19-init-18063-g561246e90282:
[libc++][NFC] Remove wrong #endif comment PR: 280562 MFC after: 1 month
This commit is contained in:
parent
6b4981df60
commit
2f6d6eaf2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
#endif // __has_builtin(__remove_cv)
|
||||
|
||||
#if _LIBCPP_STD_VER >= 14
|
||||
template <class _Tp>
|
||||
|
|
|
|||
Loading…
Reference in a new issue