Skip to content

Commit 53fb663

Browse files
fix: Invalidated iterator error in Visual Studio build (#2208)
1 parent 9005f62 commit 53fb663

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/classes/changeStore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ void ChangeStore::storeAndReset()
8989
if (item->hasMoved())
9090
{
9191
changes_.push_back(*item);
92-
targetAtoms_.erase(item);
9392
}
9493
}
9594

0 commit comments

Comments
 (0)