Boost logo

Boost :

From: David Gruener (David.Gruener_at_[hidden])
Date: 2006-05-23 11:55:35


>>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.


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