$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-03-15 12:23:06
Hervé Brönnimann wrote:
> Seems like the Lakos allocator model (http://www.open-std.org/jtc1/
> sc22/wg21/docs/papers/2005/n1850.pdf) would answer your question in
> the affirmative?
> --
> Hervé Brönnimann
> hervebronnimann_at_[hidden]
The Lakos allocator model does not stress the need of specifying
"allocator::pointer" for smart pointers. Although I personally don't
fully support the Lakos model, it tries to solve some well-known
problems with STL allocators.
Regards,
Ion