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

Wolftein agustin.l.alvarez at hotmail.com
Thu Oct 31 13:04:41 PDT 2013


On Thursday, 31 October 2013 at 19:48:19 UTC, Wolftein wrote:
> On Thursday, 31 October 2013 at 19:39:37 UTC, bearophile wrote:
>> 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
>
> TypeTuple!(uint, uint)[uint] -> won't work neither
>
> There seems to be a problem with TypeTuple and associative 
> arrays in general.

Reported :) http://d.puremagic.com/issues/show_bug.cgi?id=11404


More information about the Digitalmars-d-learn mailing list