Skip to content

Commit 5b355eb

Browse files
committed
[CHERI/libcxx] Fix botched include guard in __bit/rotate.h
1 parent 35adf10 commit 5b355eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__bit/rotate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp __rotr(_Tp __x, int __s)
5252

5353
return (__x << -__r) | (__x >> (__n + __r));
5454
}
55-
#endif
5655

5756
#if _LIBCPP_STD_VER >= 20
5857

0 commit comments

Comments
 (0)