
20 Apr
2011
20 Apr
'11
7:15 a.m.
From: Max Sobolev <macsmr@ya.ru>
Template meta-programming is not a mean to duplicate code. [...]
I mean binary code.
[snip]
There are techniques to prevent code bloat: in this case you can inherit from type independent base class (with type independent code)
That is exactly what is done in my code. Artyom