|
Boost : |
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-07-08 09:47:57
Larry Evans <cppljevans <at> cox-internet.com> writes:
> I suspect I missed something, but it's not obvious,
> at least to me :(
1. range_iterator<X> is nothing but a metafunction for an iterator.
it returns an iterator type. period. So there is no i.empty() that
makes sense.
2. the range lib does not have support for "for_each-style iteration".
use Eric's FOREACH macro for that.
br
Thorsten
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk