I just found out today that the following command-line option can be used with g++ to forbid the use of anything other than nullptr:
-Werror=zero-as-null-pointer-constant
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think that we should check through code for:
and flag it for style because it should really be:
I just found out today that the following command-line option can be used with g++ to forbid the use of anything other than nullptr:
-Werror=zero-as-null-pointer-constant