Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

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

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

n8sh
Copy link
Member

@n8sh n8sh commented Jan 16, 2020

No description provided.

@dlang-bot
Copy link
Contributor

dlang-bot commented Jan 16, 2020

Thanks for your pull request, @n8sh!

Bugzilla references

Auto-close Bugzilla Severity Description
20512 minor Return type of memchr should be inout(void)* rather than void*
20513 minor Return type of wmemchr should be inout(wchar_t)* rather than wchar_t*

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "master + druntime#2909"

@dlang-bot dlang-bot added the Bug Fix Include reference to corresponding bugzilla issue label Jan 16, 2020
@n8sh n8sh force-pushed the issue-20512-20513 branch from c967ab4 to 88de245 Compare January 16, 2020 20:43
@dlang-bot dlang-bot merged commit 9baf973 into dlang:master Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Fix Include reference to corresponding bugzilla issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants