Hacker News new | ask | show | jobs
by pjmlp 2506 days ago
That C++ problem is partially fixed via enable_if, static_assert and constexpr if.

And fully fixed in future C++20 codebases with concepts.