... c_str () const { if (length () == 0) return ""; terminate (); return data (); } This code is incorrect for basic_string<wchar_t> (should return L"").
確定! 回上一頁