Daniel Murphy:

Every C++ programmer has hit this bug at some point:

struct S
{
   int a;
   S(int a)
   {
       a = a;
   }
};

I have a bug report for something like that [TM]:
https://issues.dlang.org/show_bug.cgi?id=3878

Bye,
bearophile

Reply via email to