[Issue 10490] Type enum in std.variant.Algebraic for final switches

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 27 15:04:32 PDT 2013


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


Diggory <diggsey at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |diggsey at googlemail.com


--- Comment #1 from Diggory <diggsey at googlemail.com> 2013-06-27 15:04:30 PDT ---
This is related to Issue 10127

Personally I like that syntax where you use the actual type name rather than
putting an underscore in front - it means you can easily use any type, not just
ones that can be named.

Algebraic could then have an alias to a particular instantiation of that
TypeEnum template inside it rather than generating its own.

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