Skip to content

Constexpr if instead of enable_if.

Dmitry Yu. Naumov requested to merge endJunction/ogs:ConstexprIf into master

Replace several places of SFINAE using std::enable_if to constexpr if reducing code size and simplifying the functions.

Edited by Dmitry Yu. Naumov

Merge request reports