================
@@ -194,8 +201,86 @@ template <unsigned NumBits> class Bitset {
}
return false;
}
+
+ constexpr Bitset &operator<<=(unsigned N) {
----------------
arsenm wrote:
It always was
https://github.com/llvm/llvm-project/pull/191757