Jeffrey Walton wrote: > Notice the "std::rpl_getline(basic_istream<char>&, string&)".
Ah, right. There's not only a std::basic_istream::getline member function, but also a std::getline function. Anyway, my fix avoids '#define getline rpl_getline' in C++ mode, which helps for both. > I don't think Gnulib is allowed to override symbols in the C++ std:: > namespace. It doesn't any more. It now defines a 'getline' function with "C" linkage, outside of any namespaces. Bruno
