Boost logo

Boost :

From: Joel Eidsath (jeidsath_at_[hidden])
Date: 2005-08-30 16:20:39


Works great for me.

This sort of macro really gives me a lot of hope for C++. I didn't
think it was possible, actually. Generic programming is just crying out
to be combined with functional programming. Lambda is great for small
stuff, but it's trouble when things get complicated.

BOOST_FOREACH, on the other hand, only works for one (important) task
but handles added complexity very well. I'm already thinking of places
to combine the two.

Joel Eidsath

>I think
>
> BOOST_FOREACH(int i, make_iterator_range(whatever.rbegin(), whatever.rend()))
>
>does it (?)
>
>http://www.boost.org/libs/range/doc/utility_class.html#iter_range
>
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk