Error: mixin is not defined (dmd v2.032)

2009-09-06 Thread Tyro
the following appears on line 876 of control.d in the DFL package: mixin OpApplyAddIndex!(opApply, Control); Attempting to compile it results in the following error message: control.d(876): Error: mixin is not defined I've compiled my copy of DFL with every release of dmd starting with v2.021

Re: Error: mixin is not defined (dmd v2.032)

2009-09-06 Thread Denis Koroskin
On Sun, 06 Sep 2009 15:15:14 +0400, Tyro wrote: the following appears on line 876 of control.d in the DFL package: mixin OpApplyAddIndex!(opApply, Control); Attempting to compile it results in the following error message: control.d(876): Error: mixin is not defined I've compiled my copy of DF

Re: Error: mixin is not defined (dmd v2.032)

2009-09-06 Thread div0
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Denis Koroskin wrote: > On Sun, 06 Sep 2009 15:15:14 +0400, Tyro wrote: > >> the following appears on line 876 of control.d in the DFL package: >> mixin OpApplyAddIndex!(opApply, Control); >> >> Attempting to compile it results in the following error

Re: Error: mixin is not defined (dmd v2.032)

2009-09-06 Thread Robert Jacques
On Sun, 06 Sep 2009 07:15:14 -0400, Tyro wrote: the following appears on line 876 of control.d in the DFL package: mixin OpApplyAddIndex!(opApply, Control); Attempting to compile it results in the following error message: control.d(876): Error: mixin is not defined I've compiled my copy of DF