[Issue 9397] Size error with struct with ctor and self-typed nested enum

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu May 1 13:04:58 PDT 2014


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

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #7 from Vladimir Panteleev <thecybershadow at gmail.com> ---
How come the size calculation can't be delayed until that enum value is
actually needed? There's no recursive dependencies here, so I think this should
juts work.

--


More information about the Digitalmars-d-bugs mailing list