+ Prefer prefix ++/-- operators for non-primitive types

This commit is contained in:
wmayer
2015-10-06 21:16:44 +02:00
parent b374fcb6ef
commit 51e4eebbc6
26 changed files with 123 additions and 122 deletions

View File

@@ -183,7 +183,7 @@ void PropertyPointKernel::removeIndices( const std::vector<unsigned long>& uIndi
else if (index != *pos)
kernel.push_back( *it );
else
pos++;
++pos;
}
setValue(kernel);