[Issue 3651] mangleof broken for enums

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 28 00:47:22 PST 2010


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-01-28 00:47:21 PST ---
> enum foo {
>     item,
> }

> //should output a mangled name with "foo" in it, but outputs "i"
> pragma(msg, foo.mangleof);

Are you sure that's what it should do? Why do you think the existing behaviour
is wrong?

-- 
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