
24 May
2006
24 May
'06
2:19 p.m.
Eric Niebler wrote:
David Gruener wrote:
Thorsten Ottosen wrote:
BOOST_ITER_FOREACH( i, get_range() ) { std::cout << *i; }
I'd love to see that included.
It's not implementable in standard C++, unless you know something I don't.
Ah yes, sorry about that. If only was had auto. -Thorsten