Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace reinterpret_cast of NULL with static_cast
On FreeBSD and OpenBSD when using clang, `NULL` is a typedef to `nullptr`. This same issue is described back in July of 2020 in #319
- Loading branch information