Thread overview
Error building dfl on dmd 2.054
Jul 26, 2011
simendsjo
Jul 26, 2011
bearophile
Jul 26, 2011
Jesse Phillips
July 26, 2011
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
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
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.