K
Klaus Ahrens
hi all,
is it legal to double the content of a vector c by
copy(c.begin(), c.end(), back_inserter(c));
when ensuring before
c.reserve(2*c.size());
???
best regards
k ahrens
is it legal to double the content of a vector c by
copy(c.begin(), c.end(), back_inserter(c));
when ensuring before
c.reserve(2*c.size());
???
best regards
k ahrens