On Monday, 4 February 2013 at 16:01:45 UTC, Steven Schveighoffer wrote:
@property int foo();

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

-Steve

I was going to submit the same suggestion, but didn't find time to until just now.

gets my vote.

Reply via email to