An error occurred while fetching this tab.
eflowRec: Fix use of invalid iterators.
- Dec 14, 2024
-
-
sss authored
annihilateCluster was looping though a vector, erasing each element in turn, in order to clear the vector. Not only is this ineffient, it ends up using invalid iterators. This was causing a crash with gcc15. Just change to using clear().
ce627cf4
-