www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8611] New: assumeSafeAppend pure nothrow?

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 puremagic.com
        ReportedBy: bearophile_hugs eml.cc



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: -------
Sep 02 2012