5134c82573
After the removed call to `std::vector::erase` all iterators, `i` included, are invalidated and therefore this code has undefined behavior (which can or not lead to a crash). This change delays the removal of class names from `class_register_order` to after having gone through it's content, removing the undefined behavior. |
||
---|---|---|
.. | ||
class_db.cpp | ||
error_macros.cpp | ||
memory.cpp | ||
method_bind.cpp | ||
object.cpp |