Skip to content

Throw exception if mode is not correct

Mattia Mancini requested to merge fix_rcu_mode_failing_undefined into master

When compiling with sanitized the static_cast does not result in a runtime_exception. Fixing it by throwing it explicitly.

Merge request reports