[Issue 11494] New: std.array.appender is not nothrow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 10 15:46:05 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11494

           Summary: std.array.appender is not nothrow
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: destructionator at gmail.com


--- Comment #0 from Adam D. Ruppe <destructionator at gmail.com> 2013-11-10 15:45:58 PST ---
This propagates up to to!(array)(other_array) making it not work in nothrow
too, despite the fact they otherwise don't throw anything except out of memory
errors.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list