$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marco Costalba (mcostalba_at_[hidden])
Date: 2008-06-07 07:48:23
On Sat, Jun 7, 2008 at 1:40 PM, Marco Costalba <mcostalba_at_[hidden]> wrote:
>
> So I would dare to say that IMHO MSF does NOT lack (direct) support
> for polymorphic function objects.
>
Just to be (more) clear.
IF MSF is considered to "properly support" normal functions and/or
function objects
THEN MSF "properly supports" also polymorphic function objects
Poof:
The size difference, implementation dependent, in the two cases is
sizeof(pointer) under all cases
The forwarding performance difference in the two cases is zero.
End of proof :-)
Marco