well merge, union, intersection algorithm..
chun ping wang skrev:
> sorry it should have beenA better alternative to std::copy() is
> std::copy(A.begin(), A.end(), std::back_inserter(B.begin()));
B.insert( B.begin(), A );
Did you have any other algorithm in mind?
-Thorsten
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org