Fix array indices iteration
This commit is contained in:
parent
58a30fe347
commit
d4c2b5c408
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ namespace psemek::util
|
||||||
|
|
||||||
array_index_iterator & operator ++()
|
array_index_iterator & operator ++()
|
||||||
{
|
{
|
||||||
end = next(idx, dims);
|
end = !next(idx, dims);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue