$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in a "Heterogenous Container" system?
From: Christian Schladetsch (christian.schladetsch_at_[hidden])
Date: 2009-06-28 19:59:41
On Mon, Jun 29, 2009 at 12:58 PM, Robert Ramey <ramey_at_[hidden]> wrote:
> How is this different from a container of <boost/variant.hpp>
boost::variant doesnt support custom allocators. it uses naked new and
delete.