7 Sep
2009
7 Sep
'09
3:59 p.m.
Thorsten Ottosen wrote:
You can't use reverse iterators in transfer.
Thank you, Thorsten. I'll create an iterator to the last element and use that in the transfer. GeneVectType::iterator othEndIter = other->geneVect.end(); --othEndIter; geneVect.transfer(geneVect.begin(), othEndIter, other->geneVect); -- Charles