
30 Jun
2009
30 Jun
'09
5:42 p.m.
"Christian Schladetsch" <christian.schladetsch@gmail.com> wrote in message news:6442c4ae0906281655j6b6de8cdi93d8efda4f440947@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.