
24 Aug
2004
24 Aug
'04
4:50 p.m.
Arturo_Cuebas@bpmicro.com wrote:
I think Daniel James had the best idea:
boost::overload<int>::resolve(&V::f)
I've learned to like it.
I think I prefer your original style: boost::overload_resolve1<int>(&V::f) It looks more straight forward to me. But, I tend to use the portable style for boost::function, so I'm probably just used to it. Daniel