[Issue 2451] Cannot add a Variant to associative array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 15 13:16:15 PST 2010


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



--- Comment #3 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-01-15 13:16:14 PST ---
Perfect timing, thanks. I just ran into that but had no time to investigate.
The type Tuple!(uint, "count", float, "distance")[uint] does not work, but the
type S[uint] (where struct S { uint count; float distance; }) does work.

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