From: Andrei Alexandrescu \(See Website for Email\) (andrewalex_at_[hidden])
Date: 2004-07-09 11:12:53


"Vladimir Prus" <ghost_at_[hidden]> wrote in message
news:ccm43l$q1d$1_at_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