Hacker News new | ask | show | jobs
by kilpikaarna 359 days ago
This, and the two pages of incomprehensible compiler spam you get when you make a typo in C++.
1 comments

Depends pretty much on where you do such typo.

If you mean templates, a kind of solved problem since C++17 with static_assert and enable_if, moreso in C++20 with concepts.