Skip to content

Feature/dispatch without constexpr if

Claus-Justus Heine requested to merge feature/dispatch-without-constexpr-if into master

Rely on overload resolution instead of piping stuff manually through constexpr if constructs.

Edited by Claus-Justus Heine

Merge request reports