tmp/tmpidrhuhwy/{from.md → to.md}
RENAMED
|
@@ -21,13 +21,13 @@ namespace std {
|
|
| 21 |
template<class T>
|
| 22 |
constexpr int bit_width(T x) noexcept;
|
| 23 |
|
| 24 |
// [bit.rotate], rotating
|
| 25 |
template<class T>
|
| 26 |
-
|
| 27 |
template<class T>
|
| 28 |
-
|
| 29 |
|
| 30 |
// [bit.count], counting
|
| 31 |
template<class T>
|
| 32 |
constexpr int countl_zero(T x) noexcept;
|
| 33 |
template<class T>
|
|
|
|
| 21 |
template<class T>
|
| 22 |
constexpr int bit_width(T x) noexcept;
|
| 23 |
|
| 24 |
// [bit.rotate], rotating
|
| 25 |
template<class T>
|
| 26 |
+
constexpr T rotl(T x, int s) noexcept;
|
| 27 |
template<class T>
|
| 28 |
+
constexpr T rotr(T x, int s) noexcept;
|
| 29 |
|
| 30 |
// [bit.count], counting
|
| 31 |
template<class T>
|
| 32 |
constexpr int countl_zero(T x) noexcept;
|
| 33 |
template<class T>
|