Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
keithalewis committed Jun 8, 2024
1 parent 222e83a commit 6ddce6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fms_iterable.h
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ namespace fms::iterable {
i = a.i;
}

return this;
return *this;
}
apply& operator=(apply&& a)
{
Expand Down Expand Up @@ -1026,6 +1026,8 @@ namespace fms::iterable {
i0 = o.i0;
i1 = o.i1;
}

return *this;
}
binop& operator=(binop&& o)
{
Expand Down

0 comments on commit 6ddce6c

Please sign in to comment.