$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-05-16 12:04:57
Marco Costalba wrote:
> Hi all,
>
> this is the first official version of multi-signature
> boost::function extension (MSF) pushed to Boost Vault under the name
> msf-1.0.zip
Personally, I always thought getting a function objet per signature was
a bad idea.
Just take a single one with multiple overloads. Basically what you do
with set_polymorphic_object, except you don't store it N times but only
once.
You may also want to provide a (separate) generic tool to generate a
single function object from multiple ones.