[Issue 4225] mangle.c:81: char* mangle(Declaration*): Assertion `fd && fd->inferRetType' failed.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 6 07:55:33 PDT 2014


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

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #4 from hsteoh at quickfur.ath.cx ---
Seems to work now (compiles and runs with -main), though it does hit a
deprecation warning:
-----
test.d(2): Deprecation: variable test.Foo.x const field with initializer should
be static, __gshared, or an enum
-----

--


More information about the Digitalmars-d-bugs mailing list