j
k
j a
j l
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?
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.
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. - Volodya
Back to the thread
Back to the list