
19 Sep
2005
19 Sep
'05
8:58 a.m.
----Original Message---- From: Daryle Walker [mailto:darylew@hotmail.com] Sent: 18 September 2005 20:54 To: Boost mailing list Subject: Re: [boost] [Review] xpressive
Making something like:
std::copy( pieces.begin(), pieces.end(), destination );
completely useless isn't unfriendly?
You'll have to use a (mutable) object to store "pieces.begin()" so you can increment it before the copy
??? Why can't you use: std::copy( ++pieces.begin(), pieces.end(), destination ); -- Martin Bonner Martin.Bonner@Pitechnology.com Pi Technology, Milton Hall, Ely Road, Milton, Cambridge, CB4 6WZ, ENGLAND Tel: +44 (0)1223 441434