$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Lidstrom (daniel.lidstrom_at_[hidden])
Date: 2005-10-31 04:56:42
David Abrahams wrote:
> I can't tell for sure, but this has all the markings of a design
> that's trying to use runtime polymorphism where it should be using
> compile-time polymorphism, in some form or other.
Thanks for the interesting tips! If this is possible to solve without
explicitly creating a functor, that would be really cool. I'll have to
study your examples carefully.
> BTW, what does any of this have to do with iterator_facade?
You're right, it is totally unrelated. Sorry I referred to iterator_facade.
Regards,
Daniel Lidström