$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-06-22 15:44:45
On Sun, Jun 21, 2020 at 11:32 PM Zach Laine via Boost
<boost_at_[hidden]> wrote:
> Allocators are a poor design, in that they are too general.
I agree that containers could do better than the general Allocator
interface. But it does not then follow that making a container capable
of using only the default allocator is an improvement.
Regards