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_beginthread.com for subscription 
changes, and list archive.

Reply via email to