[Issue 6365] AutoTupleDeclaration
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 23 07:48:48 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6365
--- Comment #9 from bearophile_hugs at eml.cc 2011-07-23 07:48:46 PDT ---
(In reply to comment #8)
> Regarding mismatch in the number of elements, we may actually do good to
> disable
>
> TypeTuple!(int, int) f = 10;
> assert(f[0] == 10);
> assert(f[1] == 10);
>
> instead of striving to be consistent with it.
This was right my point. On this I have opened 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