Assertion failure: '0' on line 1215 in file 'glue.c'

Jonathan M Davis jmdavisProg at gmx.com
Thu Oct 31 12:40:35 PDT 2013


On Thursday, October 31, 2013 20:30:25 Wolftein wrote:
> Assertion failure: '0' on line 1215 in file 'glue.c'
> 
> When trying to compile this:
> 
> TypeTuple!(void delegate(Event), EventPriority, ulong)[uint]
> _ownerList;
> 
> Is that a compiler bug or i'm doing something that i don't
> suppose to do.

Any and all assertions in the compiler which are triggered when compileng are 
a bug in the compiler. So, yes, this is a compiler bug - regardless of whether 
your code is valid or not (though I don't see anything obviously wrong with 
it).

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list