Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embrace 'nullptr' #465

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Embrace 'nullptr' #465

merged 1 commit into from
Apr 17, 2023

Conversation

Minty-Meeo
Copy link
Contributor

Hello. This PR is the next step of a multi-codebase crusade against using zero as a null pointer constant. I have made a PR for Imgui with similar changes.

@ocornut ocornut merged commit fb084f3 into epezent:master Apr 17, 2023
@ocornut
Copy link
Collaborator

ocornut commented Apr 17, 2023

Thank you!

@epezent I took the liberty to merge this. I contemplated adding the warning pragma/push warning disable as the big files in imgui codebase, but my main reason for not applying the same in imgui codebase don't apply nearly as much here so I thought it would be sane to simply go ahead and use nullptr.

@epezent
Copy link
Owner

epezent commented Apr 17, 2023

Thanks Omar!

azonenberg pushed a commit to ngscopeclient/implot that referenced this pull request Aug 16, 2023
Ben1138 pushed a commit to Ben1138/implot that referenced this pull request Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants