Thread overview | |||||
---|---|---|---|---|---|
|
July 26, 2011 Error building dfl on dmd 2.054 | ||||
---|---|---|---|---|
| ||||
I've just added "default: assert(0)" on the switches, but I got an error I don't know how to solve: tabcontrol.d(18): Error: class dfl.tabcontrol.TabPage use of dfl.control.Control.opEquals(Control ctrl) hidden by TabPage is deprecated Any ideas? The best would of course be if the maintainer fixes the issues, but I don't know how long this will be. |
July 26, 2011 Re: Error building dfl on dmd 2.054 | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | simendsjo: > I've just added "default: assert(0)" on the switches, but I got an error I don't know how to solve: See: http://d.puremagic.com/issues/show_bug.cgi?id=6373 Bye, bearophile |
July 26, 2011 Re: Error building dfl on dmd 2.054 | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | simendsjo Wrote:
> I've just added "default: assert(0)" on the switches, but I got an error I don't know how to solve:
>
> tabcontrol.d(18): Error: class dfl.tabcontrol.TabPage use of dfl.control.Control.opEquals(Control ctrl) hidden by TabPage is deprecated
>
> Any ideas? The best would of course be if the maintainer fixes the issues, but I don't know how long this will be.
I just made a pull request to fix this in the unofficial repo. But Bearophile's alias is probably the correct solution.
|
Copyright © 1999-2021 by the D Language Foundation