On 5/1/2014 7:59 AM, Andrei Alexandrescu wrote:
If a class has at least one member with a destructor, the compiler might need to generate a destructor for the class.
And in fact that's what dmd does.
Walter Bright via Digitalmars-d Sat, 03 May 2014 12:46:24 -0700
On 5/1/2014 7:59 AM, Andrei Alexandrescu wrote:
If a class has at least one member with a destructor, the compiler might need to generate a destructor for the class.
And in fact that's what dmd does.