The first two assert s pass because std::string specifically has operator== that takes a const char* and assumes it is a C-style string. The ...
確定! 回上一頁