view: minor changes

This commit is contained in:
Michele Caini
2022-06-18 16:17:07 +02:00
parent 7a7fc20438
commit cbd6fd8aee

View File

@@ -53,9 +53,7 @@ public:
last{to},
pools{all_of},
filter{none_of} {
if(it != last && !valid()) {
++(*this);
}
while(it != last && !valid()) { ++it; }
}
view_iterator &operator++() noexcept {