$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [bind] bound object type introspection
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-10-14 18:02:38
AMDG
Gennadiy Rozental wrote:
> Following the discussion on users list I came to conclusion it's
> impossible at the moment to deduce argument types of bound object
> passed to the function template.
>
> Is there any reason why this can't be added in the manner similar to the
> boost::function typedefs?
It's difficult to make a good interface for this, since
the function objects created by bind can be polymorphic.
In Christ,
Steven Watanabe