[Issue 752] Assertion failure: 'e->type->ty != Ttuple' on line 4518 in file 'mtype.c'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 12 07:17:25 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=752


davidl at 126.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #5 from davidl at 126.com  2008-08-12 09:17 -------
1.033 dead loop with error message:
kuehne\nocompile\t\tuple_09_D.d(15): Error: string slice [1 .. 1] is out of
bounds

module dstress.nocompile.t.tuple_09_D;

struct Tuple( TList... ){
        mixin .Tuple!((TList[1 .. $])) tail;
}

mixin Tuple!(int);


-- 



More information about the Digitalmars-d-bugs mailing list