|
 |
Nicolas Alvarez <nic### [at] gmail com> wrote:
> http://stackoverflow.com/questions/275295#275295
The problem with template metaprogramming is that the "language" and the
compilers are not especially optimized for that. For instance, the only
way to create "loops" is by recursive template definitions, and each
recursion will produce ever-increasingly long type names, and compilers
often allocate only a limited amount of memory for these names. (It also
means that the deeper the recursion, the slower the compilation.)
--
- Warp
Post a reply to this message
|
 |