Commit 653be59
Use
Summary:
Pull Request resolved: facebookresearch#4232
`nullptr` is preferable to `0` or `NULL`. Let's use it everywhere so we can enable `-Wzero-as-null-pointer-constant`.
- If you approve of this diff, please use the "Accept & Ship" button :-)
Reviewed By: dtolnay
Differential Revision: D70818157
fbshipit-source-id: a46d64b6d80844f5246f7df236eb6ec54ce2886fnullptr in faiss/gpu/StandardGpuResources.cpp (facebookresearch#4232)1 parent 3d96ad5 commit 653be59
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments