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.
<ranges>
_Fake_copy_init<bool>
bool
1 parent 33854e5 commit 584144fCopy full SHA for 584144f
stl/inc/ranges
@@ -3906,8 +3906,7 @@ namespace ranges {
3906
}
3907
3908
_NODISCARD_FRIEND constexpr bool operator==(const _Iterator& _Left, const _Iterator& _Right) noexcept(
3909
- noexcept(_Fake_copy_init<bool>(
3910
- _Left._Outer == _Right._Outer && _Left._Inner == _Right._Inner))) /* strengthened */
+ noexcept(_Left._Outer == _Right._Outer && _Left._Inner == _Right._Inner)) /* strengthened */
3911
requires _Deref_is_glvalue && forward_range<_Base> && equality_comparable<_InnerIter>
3912
{
3913
#if _ITERATOR_DEBUG_LEVEL != 0
0 commit comments