[Issue 19913] ICE: Segmentation fault with mixin and enum

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 15 15:11:26 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19913

steven kladitis <steven_kladitis at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven_kladitis at yahoo.com

--- Comment #3 from steven kladitis <steven_kladitis at yahoo.com> ---
im the pull for the the fix I see
if (v->type == NULL)


should this be 
if (v->type IS NULL)

--


More information about the Digitalmars-d-bugs mailing list