Skip to content

Remove noexcept qualifier on internal Core::iterate(), because it makes it...

Simon Morlat requested to merge fix/many-things-march into release/5.4

Remove noexcept qualifier on internal Core::iterate(), because it makes it impossible to troubleshoot unexpected exceptions in production.

Merge request reports