You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments