Hacker News new | ask | show | jobs
by jfkebwjsbx 2228 days ago
> heavy use of templates

That is not something you want in modern C++. Quite the opposite, in fact, and many projects avoid Boost for that reason.

Templates should be used when needed, no more.