Skip to content

use constexpr switch instead of ?:

Gerhard Raven requested to merge use-constexpr-switch into master

follow up on comment in code -- replace ?: in constexpr context with switch now which is supported since C++14

Merge request reports