[Issue 6744] Missing AA symbol with enum

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 17 05:37:35 PST 2013


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



--- Comment #8 from Kenji Hara <k.hara.pg at gmail.com> 2013-02-17 05:37:30 PST ---
(In reply to comment #0)
> ---- test.d
> import traits;
> void formatValue()() { string[char] aa; aa.length; }
> void main() { formatValue(); }
> 
> ---- traits.d
> enum LOOKUP_LINKAGE =
> [
>     'F': "D",
>     'U': "C",
>     'W': "Windows",
>     'V': "Pascal",
>     'R': "C++"
> ];

Now, the case in comment #0 is a dup of bug 8997, but more general case in
comment #1 isn't.

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