$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in a "Heterogenous Container" system?
From: Peter Foelsche (peter_foelsche_at_[hidden])
Date: 2009-06-30 13:42:09
"Christian Schladetsch" <christian.schladetsch_at_[hidden]> wrote in message
news:6442c4ae0906281655j6b6de8cdi93d8efda4f440947_at_mail.gmail.com...
> vec v0;
> v0.push_back(new T(args)); // doesnt use the correct allocator
I like the idea of in-place construction -- no copy constructor being
called.