
19 Aug
2004
19 Aug
'04
1 a.m.
"Peter Dimov" <pdimov@mmltd.net> wrote in message news:002301c4857d$234e3270$0600a8c0@pdimov...
Jonathan Turkanis wrote:
"Peter Dimov" <pdimov@mmltd.net> wrote in message news:000e01c48579$69233ab0$0600a8c0@pdimov...
Jonathan Turkanis wrote:
For overload resolution by arity one could write:
boost::overload< by_arity<3> >::resolve(&C::g)
but that's still a bit cumbersome.
int main() { boost::bind( &V::f, _1 ); // V::f() boost::bind( &V::f, _1, _2 ); // V::f(int) }
;-)
Yes, naturally. ;-)
Did you know that it already works? ;-)
Yes, naturally. ;-) Jonathan