Hacker News new | ask | show | jobs
by TinkersW 418 days ago
std::enable_if is not the correct comparison, I think you mean "if constexpr"

enable_if is mostly deprecated, and was used for overloading not branching, you can use concepts now instead