[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 16 04:05:45 PDT 2012


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2012-09-16 04:06:36 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1119

Runtime representation of typeof(null) is same as void*, then delegate and
dynamic array type should not be covariant with typeof(null). It's limitation.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list