
30 Nov
2004
30 Nov
'04
4:37 p.m.
Peter Dimov wrote:
[many things]
Thanks for the detailed explanation.
The problem on Boost.Bind's side is that it recognizes placeholders by their exact type, rather than using an is_placeholder metafunction, as specified in TR1. So it can only work with its own placeholders.
A naive question: Is this something that _could_ be changed without changing the library interface or not? Stefan