http://d.puremagic.com/issues/show_bug.cgi?id=7780
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, rejects-valid --- Comment #3 from Kenji Hara <[email protected]> 2013-07-04 05:55:37 PDT --- (In reply to comment #0) [snip] > > foo.d(19): Error: __overloadset isn't a template > > Or (without the wrapping class): > > foo.d(17): Error: template instance C!(0) ambiguous template declaration > foo.B!().C(int n : 1) and foo.A!().C(int n : 0) > > The two versions of C here introduced could clearly coexist and be referred to > as Foo.C!0 and Foo.C!1. https://github.com/D-Programming-Language/dmd/pull/1660 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
