[Issue 2454] tupleof(member) is incorrectly evaluated inside foreach over members-tuple

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 14 16:50:04 PST 2008


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





------- Comment #2 from 2korden at gmail.com  2008-11-14 18:50 -------
My bad, I forgot attaching the expected and actual result. Here they are:

Expected output:
float
double
int

Actual output:
float
float
float

The tuple is ok, but foreach body "instantiated" incorrectly.


-- 



More information about the Digitalmars-d-bugs mailing list