
7 Nov
2012
7 Nov
'12
1:51 p.m.
On Wed, Nov 7, 2012 at 5:23 AM, TONGARI <tongari95@gmail.com> wrote:
2012/11/7 Vicente J. Botet Escriba <vicente.botet@wanadoo.fr>
[...]
But do you think member-function ptr fits in this context? e.g.
has_call<void(X::*)(), void()>::type // mpl::true_
I don't think this fill you initial can_be_called. Do you?
Actually I'm not sure if it's feasible to support member-function ptr at all, what do others think?
Member function/data pointers can't be used with the usual function-call syntax, so I wouldn't think they would satisfy this trait. [...] - Jeff