[Issue 10803] pragma(msg, ...) fails with enum TypeTuple: compilation error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 12 07:54:24 PDT 2013


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2013-08-12 07:54:23 PDT ---
(In reply to comment #1)
> > enum er = TypeTuple!("one", "two", "three");
> 
> to either not compile at all or be equivalent to enum er = ("one", "two",
> three");

It should work. And, the root cause of the issue is just same as bug 9017.

*** This issue has been marked as a duplicate of issue 9017 ***

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