On 2/3/13, Andrej Mitrovic <[email protected]> wrote: > So instead of having behavior based on whether there are any parens > involved, you would have: > > &a.prop; // address of return value > &(a.prop) // ditto > a.prop.addrOf // address of property function
So, thoughts on this?
