Skip to content

Conversation

@2002Bishwajeet
Copy link
Contributor

@2002Bishwajeet 2002Bishwajeet commented Apr 16, 2021

With reference to issue #184
This PR fixes the remaining C cast to C++
Changes

HANDLE is an alias for void*, so this cast was extraneous. Thus Removed the HANDLE cast

@2002Bishwajeet 2002Bishwajeet requested a review from a team as a code owner April 16, 2021 03:31
@StephanTLavavej StephanTLavavej added the enhancement Something can be improved label Apr 16, 2021
@CaseyCarter
Copy link
Contributor

Other reviewers are likely to be confused now that the description no longer quite agrees with the changes; I suggest you update it.

@StephanTLavavej StephanTLavavej changed the title src: Change C cast to C++ casts filesys.cpp: Remove C casts Apr 28, 2021
@StephanTLavavej StephanTLavavej linked an issue Apr 28, 2021 that may be closed by this pull request
@StephanTLavavej StephanTLavavej self-assigned this Apr 30, 2021
@StephanTLavavej StephanTLavavej merged commit ee1efc8 into microsoft:main May 1, 2021
@StephanTLavavej
Copy link
Member

Thanks for removing these C casts and completing this step of codebase modernization! 😺 🚀 🎉

@2002Bishwajeet 2002Bishwajeet deleted the Change-C-Cast-CPP branch May 1, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Something can be improved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

src: Change C casts to C++ casts

3 participants