$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: me22 (me22.ca_at_[hidden])
Date: 2006-05-02 14:08:50
On 5/2/06, Arkadiy Vertleyb <vertleyb_at_[hidden]> wrote:
> Out of curiousity, is this technique described anywhere (other than the
> code)? It's hard to imagine the way to erase the type of a functor without
> some kind of a polymorphic adaptor...
>
> Does this technique have an advantage over the one with a virtual function
> call?
>
Miscellaneous Notes: Performance
http://boost.org/doc/html/function/misc.html#id2699622
Miscellaneous Notes: Combatting virtual function "bloat"
http://boost.org/doc/html/function/misc.html#id2699664
HTH,
Scott McMurray