Work around weird if constexpr fail
Using `enable_if` should have the same effect as our previous approach based on `if constexpr`. Alas, `if constexpr` failed to compile on both GCC and Clang while the equivalent `enable_if` solution works.
Showing
Please register or sign in to comment