Adding overloaded methods

BLM blm768 at gmail.com
Wed Feb 22 16:15:42 PST 2012


After messing around for a while, I figured out what is making DMD choke on my
file. The methods were defined in the base class using template mixins, and
apparently DMD doesn't like it when mixins, inheritance, overloading, and aliases
are all in the same piece of code :)


More information about the Digitalmars-d-learn mailing list