Boost logo

Boost :

From: Daniel James (daniel_at_[hidden])
Date: 2004-08-24 11:50:41


Arturo_Cuebas_at_[hidden] 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk