$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-05-31 12:11:29
Maarten Kronenburg <M.Kronenburg_at_[hidden]> 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.