Farid Zaripov wrote:
At the moment the functions std::getline (basic_istream&, basic_string&)std::getline (basic_istream&, basic_string&, delim) and operator>> (basic_istream&, basic_string&) are declared in <istream>header file, but according to "21.2 Header <string> synopsis" they should be declared in <string> header file.
Is this detectable? I.e., do you have a test case or is it something you found by inspection of the code? Martin
