https://d.puremagic.com/issues/show_bug.cgi?id=11442
Summary: [CTFE] Bitwise struct comparison don't work for struct
with float
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: CTFE, wrong-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis Shelomovskij <[email protected]> 2013-11-05
12:19:24 MSK ---
---
struct S { float n; }
static assert(S.init is S.init); // fails
---
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------