On Tue, Mar 13, 2012 at 4:16 PM, Robert Jones <robertgbjones@gmail.com> wrote:
On Tue, Mar 13, 2012 at 3:05 PM, Ovanes Markarian <om_boost@keywallet.com> wrote:

I can see how that addresses the 'for_each' examples, though it sidesteps a bit, but not
the filtered and transformed issues, which is the real deal for me.

Thx, R.
Boost offers filter and transform iterators, which can be put into the range ;) 

http://www.boost.org/doc/libs/1_49_0/libs/iterator/doc/index.html

Best Regards,
Ovanes