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: [email protected]
Reporter: [email protected]
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?
--
