j
k
j a
j l
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.
That's nice! Do you have an equally simple recipe for std::map initialization? - Volodya
Back to the thread
Back to the list