标签: c++ istream
查看std::istream中C++98支持的所有operator>>()功能,我惊讶地发现没有
std::istream
C++98
operator>>()
istream& operator>> (char& val);
为什么标准中不包含超载?
P.S。我注意到C++11也不支持它。
C++11