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 db21e7d commit d476de3Copy full SHA for d476de3
sus/iter/iterator_loop.h
@@ -33,7 +33,7 @@ class [[nodiscard]] IteratorLoop final {
33
34
friend constexpr bool operator==(const IteratorLoop& loop,
35
__private::IteratorEnd) noexcept {
36
- return x.item_.is_none();
+ return loop.item_.is_none();
37
}
38
constexpr inline void operator++() & noexcept { item_ = iter_.next(); }
39
constexpr inline Item operator*() & noexcept {
0 commit comments