-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix #414 - comparing to 0 literal #415
Conversation
Please fix this PR - when I remove the functions
|
Overload comparison operators for all types that could be converted to nullptr.
Do you have an update on what will happen to this PR ? |
@stanmihai4 Sorry, i did not find the time for this PR. I shall definitely have a look before the next release! |
Thanks a lot @stanmihai4! I merged this branch with 057b1e6. |
Add a function overload for comparing to int, so that the 0 literal is not converted to nullptr.