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

bearophile bearophileHUGS at lycos.com
Thu Oct 31 12:39:36 PDT 2013


Wolftein:

> 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.

It seems both a compiler bug fit for bugzilla, and a bug in your 
code (TypeTuples are not meant for delegates, I think).

Create a minimal example for Bugzilla...

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list