This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Qualify standard functions with std:: in stl_algo.h


On Sun, Jun 29, 2003 at 11:56:53PM +0200, Gabriel Dos Reis wrote:
> ...  We're in
> namespace std: looking up the qualified name std::name just finds
> ::std::name, unambigously.  Writing   ::std::name, suggests that
> std::name could have found something different, which just is untrue. 

OK, right.

Nathan Myers
ncm-nospam@cantrip.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]