[Issue 5937] Problem with map!delegate(iota(floating point))

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5937 Ali Cehreli acehr...@yahoo.com changed: What|Removed |Added CC||acehr...@yahoo.com

[Issue 5937] Problem with map!delegate(iota(floating point))

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5937 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5937] Problem with map!delegate(iota(floating point))

2011-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5937 --- Comment #1 from bearophile_h...@eml.cc 2011-05-06 15:18:27 PDT --- A better example for the second (bar) case, the problem seems in iota(): import std.range, std.algorithm; void main() { auto range2a = iota(1, 5, 1); int