David Abrahams wrote:
>Nicodemus <nicodemus at globalite.com.br> writes:
>
>
>
>>How about something like this:
>>
>>C = Class('C', 'C.h')
>>by_ref(C.foo)
>>by_ref(C.bar)
>>
>>
>
>Don't you need control on an argument-by-argument basis?
>
>
I don't know, I thought by method would be sufficient. Giulio?