[Issue 9933] New: Vector operations cannot be nothrow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 14 11:24:04 PDT 2013


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: nobody at puremagic.com
        ReportedBy: simendsjo at gmail.com


--- Comment #0 from simendsjo <simendsjo at gmail.com> 2013-04-14 11:24:03 PDT ---
Ref: http://forum.dlang.org/thread/zaxcobcgfkezveakobdj@forum.dlang.org

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: -------


More information about the Digitalmars-d-bugs mailing list