
23 May
2006
23 May
'06
3:55 p.m.
Thorsten Ottosen wrote:
BOOST_ITER_FOREACH( i, get_range() ) { std::cout << *i; }
Eric Niebler wrote:
It's not implementable in standard C++, unless you know something I don't.
Hello Eric, can you provide some hints why this is not possible? For example, can't we use some (boost::?)typeof logic to fetch the iterators type? ;-) David.