Simple program:
void f(const std::string& s); void f(const char* p); f({});
Why clang calls f((const char*)nullptr)? I've expected compiler warning about ambiguous call.
f((const char*)nullptr)
Aucun commentaire:
Enregistrer un commentaire