[Issue 8611] New: assumeSafeAppend pure nothrow?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 2 12:26:46 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8611

           Summary: assumeSafeAppend pure nothrow?
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2012-09-02 12:27:14 PDT ---
D pure and nothrow are transitive, this means a single not pure or throw
function forbids whole chunks of programs to be not pure or not nothrow.

Is it possible to make assumeSafeAppend pure and/or 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