Files
rdkit/External
Max Rietmann 3802eaaac9 Fix potential iterator invalidation (#8944)
The iterator in the loop over bonds (changed in utils.cpp) is potentially
invalidated by adding bonds to the molecule. We copy the bonds into a vector to
ensure safety.
2025-11-11 17:03:05 +01:00
..
2025-10-08 16:08:01 +02:00
2025-04-09 11:57:17 +02:00