This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Qualify standard functions with std:: in stl_algo.h
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: 29 Jun 2003 23:02:09 +0200
- Subject: Re: [Patch] Qualify standard functions with std:: in stl_algo.h
- Organization: Integrable Solutions
- References: <3EFF52B5.2040102@unitus.it>
Paolo Carlini <pcarlini@unitus.it> writes:
| Hi all, hi Gaby,
|
| this is another bit of the work you envisaged a while ago
| (about 6 months)...
|
| Very boring but for one thing: ordering becomes important and
| I had to declare 'merge' (both versions) and 'partial sort'
| in advance. Is this ok/expected? I'm not sure that reshuffling
| is even possible and adding a full set of declarations seems
| overkilling...
Hi Paolo,
Thanks for looking into this. Is it possible for you to resend the
patch as produced with "diff -u", i.e. in a unified context form?
That makes it easier to review. Thanks in advance,
-- Gaby