天天看點

用戶端調用rcf庫 時,傳回值千萬不要用auto

std::vector<std::wstring> list = Client.xxxx();

千萬不要寫成 auto  list = Client.xxxx();

繼續閱讀