January 16, 2020 [Issue 20512] New: Return type of memchr should be inout(void)* rather than void* | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20512 Issue ID: 20512 Summary: Return type of memchr should be inout(void)* rather than void* Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P1 Component: druntime Assignee: nobody@puremagic.com Reporter: n8sh.secondary@hotmail.com Current: void* memchr(return const void* s, int c, size_t n) pure Proposed: inout(void)* memchr(return inout void* s, int c, size_t n) pure; -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply