← Back to context Comment by kilpikaarna 6 months ago This, and the two pages of incomprehensible compiler spam you get when you make a typo in C++. 1 comment kilpikaarna Reply pjmlp 6 months ago 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.
pjmlp 6 months ago 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.
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.