digitalmars.D.learn - Error building dfl on dmd 2.054
- simendsjo <simendsjo gmail.com> Jul 26 2011
- bearophile <bearophileHUGS lycos.com> Jul 26 2011
- Jesse Phillips <jessekphillips+D gmail.com> Jul 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.
Jul 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
Jul 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.
Jul 26 2011









bearophile <bearophileHUGS lycos.com> 