[Issue 14010] Support mangleof property for opaque enum and struct type

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 19 08:47:54 PST 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Support mangleof property   |Support mangleof property
                   |for opaque enum type        |for opaque enum and struct
                   |                            |type

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Kenji Hara from comment #0)
> enum E;
> pragma(msg, E.mangleof);

Same issue exists for struct.

struct S;
pragma(msg, S.mangleof);

--


More information about the Digitalmars-d-bugs mailing list