D and Nim

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 5 02:56:35 PST 2015


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


More information about the Digitalmars-d mailing list