January 16, 2020 [Issue 20513] Return type of wmemchr should be inout(wchar_t)* rather than wchar_t* | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20513 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @n8sh updated 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 & 20513 - Return types of memchr and wmemchr should be inout https://github.com/dlang/druntime/pull/2909 -- | ||||
January 17, 2020 [Issue 20513] Return type of wmemchr should be inout(wchar_t)* rather than wchar_t* | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20513 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- 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*" was merged into master: - 88de245e172bdcd812d4ea2d7b62de8f57d45f07 by Nathan Sashihara: Fix Issue 20512 & 20513 - Return types of memchr and wmemchr should be inout https://github.com/dlang/druntime/pull/2909 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply