[Issue 20512] Return type of memchr should be inout(void)* rather than void*

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 16 20:41:56 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20512

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@n8sh created dlang/druntime pull request #2909 "Fix Issue 20512, 20513 -
Return type of memchr/wmemchr should be inout(void)*/inout(wchar_t)* rather
than void*/wchar_t*" fixing this issue:

- Fix Issue 20512 - Return type of memchr should be inout(void)* rather than
void*
  Fix Issue 20513 - Return type of wmemchr should be inout(wchar_t)* rather
than wchar_t*

https://github.com/dlang/druntime/pull/2909

--


More information about the Digitalmars-d-bugs mailing list