$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iterator] Interest in abstract iterator?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2010-02-08 10:46:05
On 08.02.2010 18:40, Mathias Gaunard wrote:
> Andrey Semashev wrote:
>>
>> Quite a few times I needed a type-erased iterator, that is somewhat
>> similar to boost::function and boost::any with regard to functors and
>> other objects.
>
> You might want to take a look at
> http://thbecker.net/free_software_utilities/type_erasure_for_cpp_iterators/start_page.html
Great! I knew someone must have done this before. So, do we need such a
tool in Boost?