
2 May
2005
2 May
'05
5:01 p.m.
"Gennadiy Rozental" <gennadiy.rozental@thomson.com> wrote in message news:d55g76$sn0$1@sea.gmane.org... | Hopefully soon enough we may be able to write | | auto const& r = v | filter(my_pred()) | transform(my_func()); | | BOOST_FOREACH(..., r ) { | } hopefully we soon will be able to say for( ... : v | std::filter(my_pred()) | std::transform(my_func()) ) { ... } but it is still years away. -Thorsten