[Issue 6369] alias this doesn't work with initializer

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 23 06:10:31 PDT 2011


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


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2011-07-23 06:10:30 PDT ---
(In reply to comment #0)
> D has tuple declaration like follows:
> 
> TypeTuple!(int, int) f = 10;
> assert(f[0] == 10);
> assert(f[1] == 10);

See bug 6367

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