On 2013-08-27 23:51, Andrej Mitrovic wrote:

Personally I think a much more useful feature would be (and this
doesn't block this feature but it's related to default arguments):

struct S
{
     void foo(int x = this.y)
     {
     }

     int y;
}

I agree, I've wanted this a couple of times.

--
/Jacob Carlborg

Reply via email to