http://d.puremagic.com/issues/show_bug.cgi?id=9933
Summary: Vector operations cannot be nothrow
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from simendsjo <[email protected]> 2013-04-14 11:24:03 PDT ---
Ref: http://forum.dlang.org/thread/[email protected]
void f() nothrow {
int[3] d;
d[] += 3;
}
// Error: _arrayExpSliceAddass_i is not nothrow
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------