$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Cory Nelson (phrosty_at_[hidden])
Date: 2007-09-27 23:21:00
It would be useful if shared_ptr and family provided a way to give a
custom allocator. For instance, to replace the quick allocator with a
lock-free one.
-- Cory Nelson