fix: modify model while visiting
Modifying the model while visiting is not allowed because the modification invalidates the iterators used for visiting. This lead in this case to a very subtle crash (segfault) only appearing under very specific circumstances (only when running in ctest and only on some Ubuntu 20.04 machines).
Please register or sign in to comment