Skip to content

Commit

Permalink
remove list, i++
Browse files Browse the repository at this point in the history
  • Loading branch information
keithalewis committed Jun 13, 2024
1 parent 44a3c37 commit c2c7558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fms_iterable.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@ namespace fms::iterable {
return _v;
}

operator++();

return _v;
}

// Multi-pass
vector& reset(size_t i_ = 0)
{
Expand Down

0 comments on commit c2c7558

Please sign in to comment.