We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6043c3 commit 9f8c637Copy full SHA for 9f8c637
libcxx/include/__bit_reference
@@ -455,7 +455,7 @@ private:
455
_LIBCPP_CONSTEXPR_SINCE_CXX20 explicit __bit_iterator(__storage_pointer __s, unsigned __ctz) _NOEXCEPT
456
: __seg_(__s),
457
__ctz_(__ctz) {
458
- _LIBCPP_ASSERT_VALID_INPUT_RANGE(
+ _LIBCPP_ASSERT_INTERNAL(
459
__ctz_ < __bits_per_word, "__bit_iterator initialized with an invalid number of trailing zeros.");
460
}
461
0 commit comments