$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.