j
k
j a
j l
chun ping wang skrev:
sorry it should have been std::copy(A.begin(), A.end(), std::back_inserter(B.begin()));
A better alternative to std::copy() is B.insert( B.begin(), A ); Did you have any other algorithm in mind? -Thorsten
Back to the thread
Back to the list