
9 Jul
2004
9 Jul
'04
4:12 p.m.
"Vladimir Prus" <ghost@cs.msu.su> wrote in message news:ccm43l$q1d$1@sea.gmane.org...
Russell Hind wrote:
Peter Dimov wrote:
Or maybe we should just use
int cv[] = { 1, 2, 3 }; v.assign( cv, end(cv) );
as I've been doing for years.
is 'end' in boost?
I think the recently accepted container traits library has it.
That's cool. Then, what is the motivation of the initialization library? Andrei the malicious one