On 2/4/13 11:01 AM, Steven Schveighoffer wrote:
@property int foo();

auto x = &foo; // error
int delegate() x = &foo; // ok

That's an interesting idea. I'm a bit weary about it though. At least for properties I'm inclined toward starting real tight with address-of disabled and relax the rules later.

Andrei

Reply via email to