Hacker News new | ask | show | jobs
by gowld 2687 days ago
Any use of templates has the same problem, including templates that are used to generate highly efficient static constants and non-branching-at-runtime code.
1 comments

Example?

Templates (template metaprogramming) help to avoid exceptions. You can check invariants first and jump into efficient code.