September 02, 2012 [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 --- Comment #0 from bearophile_hugs@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: ------- |
Copyright © 1999-2021 by the D Language Foundation