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