Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated use of 0/NULL in featured/util/ClassName.h + 3
Summary: `nullptr` is typesafe. `0` and `NULL` are not. In the future, only `nullptr` will be allowed. This diff helps us embrace the future _now_ in service of enabling `-Wzero-as-null-pointer-constant`. Reviewed By: meyering Differential Revision: D54163048 fbshipit-source-id: b7df83f52abba3ae9f628a5fc8843f073c33a4d6
- Loading branch information