Lot of small fixes/improvements
This commit is contained in:
@@ -906,6 +906,8 @@ namespace Nz
|
||||
std::size_t passIndex = *itRead;
|
||||
if (seen.find(passIndex) == seen.end())
|
||||
{
|
||||
seen.insert(passIndex);
|
||||
|
||||
if (itRead != itWrite)
|
||||
*itWrite++ = passIndex;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user