Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion libcxx/include/__bit/rotate.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp __rotr(_Tp __x, int __s)

return (__x << -__r) | (__x >> (__n + __r));
}
#endif

#if _LIBCPP_STD_VER >= 20

Expand Down