undefined identifier destroy

Mike none at none.com
Wed Mar 26 06:20:48 PDT 2014


I get the an "undefined identifier destroy" message when trying 
to compile the following with GDC.

void main()
{
     X x = new X();
     destroy(x);
}

...but it compiles fine in DMD 2.065.0.

I'm using a week-old build of 4.8.2.  Is this not implemented yet?

Mike


More information about the D.gnu mailing list