Adding overloaded methods

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Feb 23 15:06:57 PST 2012


On Fri, Feb 24, 2012 at 04:06:52AM +1300, James Miller wrote:
> On 23 February 2012 13:15, BLM <blm768 at gmail.com> wrote:
> > 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 :)
> 
> And the award for "Most Meta Code" goes too...
[...]

I dunno, but "most meta" to me implies recursive mixins...


T

-- 
For every argument for something, there is always an equal and opposite argument against it. Debates don't give answers, only wounded or inflated egos.


More information about the Digitalmars-d-learn mailing list