Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compile on freeBSD when using clang
note: * NULL is defined as nullptr. > Note that the null pointer constant nullptr or any other value of type std::nullptr_t cannot be converted to a pointer with reinterpret_cast: implicit conversion or static_cast should be used for this purpose. ref: https://en.cppreference.com/w/cpp/language/reinterpret_cast
- Loading branch information