[Issue 570] Bogus recursive mixin error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 18 19:09:43 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=570
------- Comment #1 from daekharel at gmail.com 2006-11-18 21:09 -------
Correction: it is recursive, but not infinitely recursive, as instantiating
TupleDecls!(char[], char[]) inside of TupleDecls!(char[], char[]) would be.
Also, the compiler accepts this code just fine when the types passed to the
template aren't the same, as in TupleDecls!(char[], int).
--
More information about the Digitalmars-d-bugs
mailing list