
14 Oct
2009
14 Oct
'09
10:02 p.m.
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