[Issue 13429] New: icmp (and friends) should be @nogc
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Sep 6 01:21:09 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13429
Issue ID: 13429
Summary: icmp (and friends) should be @nogc
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: Phobos
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
icmp (and friends) should be @nogc. It is the most frequently occurring
function blocking use of @nogc in my code.
Surely a string comparison doesn't need to allocate?
--
More information about the Digitalmars-d-bugs
mailing list