"Siegfried" <[EMAIL PROTECTED]> writes: > Presently, the g++ 3.2 compiler is complaining that it cannot find > operator<<(ostream, std::pair<string,string>). However, it is present > and I can call it. So why does not g++ see it when compiling std::copy?
I explained it on comp.lang.c++.moderated. Some operator<< overloads are found in namespace std before the global namespace is even considered. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus