05.04.2013 0:26, Ali Çehreli пишет: >
I was wrong. What I found is just a workaround. Created a bug for iota:http://d.puremagic.com/issues/show_bug.cgi?id=9877 The following program fails when compiled with -m32: import std.range; void main() { float st = 0.000000000000000; float step = 12.038554191589355; float en = 999.200012207031250; iota(st, en, step); } Ali
Thank you, Ali. will be waiting it will be fixed.
