cppreference explains that one possible const_cast
conversion is a "null pointer value may be converted to the null pointer value of new_type".
Is there any other way const_cast
can return a null pointer?
cppreference explains that one possible const_cast
conversion is a "null pointer value may be converted to the null pointer value of new_type".
Is there any other way const_cast
can return a null pointer?