
31 May
2006
31 May
'06
4:11 p.m.
Maarten Kronenburg <M.Kronenburg@inter.nl.net> wrote:
The class integer must be run-time polymorph, and therefore the allocator is static and not a template parameter, because a template parameter generates a new type and mixed expressions and assigments would be impossible.
I find it as yet another argument against runtime-polymorphic-based design. B.