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 faiss/python/python_callbacks.cpp + 1
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: palmje Differential Revision: D56650318 fbshipit-source-id: 803ae62114c39143b65946f6f0387715eaf7f534
- Loading branch information