This probably never in practice in these cases. Constructing a `std::string` from nullptr is invalid. Starting with C++23, the `nullptr_t` is even explicitly deleted.
This probably never in practice in these cases. Constructing a `std::string` from nullptr is invalid. Starting with C++23, the `nullptr_t` is even explicitly deleted.