
8 Feb
2010
8 Feb
'10
3:46 p.m.
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/s...
Great! I knew someone must have done this before. So, do we need such a tool in Boost?