为什么以下不调用重载operator== (const String &, const String &)?
operator== (const String &, const String &)
"cobble" == "stone"
c++
c++ ×1