Ifinditreallyinterestingtoyouknow. Go on, bet you can read that fine :)
> -----Original Message----- > From: Paul Grenyer [mailto:[EMAIL PROTECTED] > Sent: 08 July 2004 09:33 > To: [EMAIL PROTECTED] > Subject: Re: OOC: RE: [msvc] How to remove vector elements > (was: "Re: How to shiftuparray items") > > > Hi > > > > vec.erase( remove_if( vec.begin(), vec.end(), *_1 < 5 ) ); > > > > <humour> Goodness... just when I thought programmers were > starting to > > evolve into a higher species by using C++ instead of C, now we > > regress to that stupid try-to-get-everything-on-one-frigging-line > > period of our history {;v) </humour> > > I know this is humour, but, it is also a good point. > > As much as I love boost.lamdba, if you don't know the significance of > _1, the above statement makes almost no sense at all. At least a > predicate would be clearer, but I don't like them either. > > Regards > Paul > > Paul Grenyer > Email: [EMAIL PROTECTED] > Web: http://www.paulgrenyer.co.uk > > Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? > Version 0.3.0 beta now available for download. > > > > _______________________________________________ > msvc mailing list > [EMAIL PROTECTED] > See > http://beginthread.com/mailman/listinfo/msvc_b> eginthread.com > for subscription changes, and list archive. > > > > This message has been scanned for viruses by BlackSpider > MailControl - www.blackspider.com > This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
