[Issue 3632] modify float is float to do a bitwise compare
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jan 14 04:01:14 PST 2015
https://issues.dlang.org/show_bug.cgi?id=3632
--- Comment #33 from Denis Shelomovskij <verylonglogin.reg at gmail.com> ---
(In reply to yebblies from comment #32)
> *** Issue 11442 has been marked as a duplicate of this issue. ***
Testcase from Issue 11442:
---
struct S { float n; }
static assert(S.init is S.init); // fails
---
--
More information about the Digitalmars-d-bugs
mailing list