[Issue 1214] Using tuples to instanciate a delegate literal crashes compiler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 9 14:26:10 PDT 2007


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


dhasenan at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from dhasenan at gmail.com  2007-09-09 16:26 -------
It seems that whenever I try to make progress on my Project Which Must Not Be
Named, I find another one of these issues. In this case, in order to create a
mock object, I need to create delegates based on the ReturnType and
ParameterTypeTuple of a given function, and this prevents it.

Anyway, yes, a duplicate, though now in DMD2 it's moved to glue.c:717.

*** This bug has been marked as a duplicate of 854 ***


-- 



More information about the Digitalmars-d-bugs mailing list