Skip to content

Commit

Permalink
[libc++][NFC] Remove wrong #endif comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philnik777 committed Jul 18, 2024
1 parent 4dfa75c commit 561246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/__type_traits/remove_cv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 561246e

Please sign in to comment.