[Issue 8530] Float types default initializers doesn't work in class

2019-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8530 Daniel Kozak changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #6 from Daniel Kozak --

[Issue 8530] Float types default initializers doesn't work in class

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8530 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[Issue 8530] Float types default initializers doesn't work in class

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8530 --- Comment #2 from Daniel Kozak 2012-08-10 03:19:42 PDT --- (In reply to comment #1) > If you want to check for NaN, then use std.math.isNaN. As I understand it, > there is no guarantee that two NaN values have the same bit pattern (at > minim

[Issue 8530] Float types default initializers doesn't work in class

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8530 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #3 from Don 2

[Issue 8530] Float types default initializers doesn't work in class

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8530 --- Comment #4 from Daniel Kozak 2012-08-15 07:29:25 PDT --- (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > If you want to check for NaN, then use std.math.isNaN. As I understand it, > > > there is no gua

[Issue 8530] Float types default initializers doesn't work in class

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8530 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #5 from I

[Issue 8530] Float types default initializers doesn't work in class

2014-03-17 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8530 Daniel Kozak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|