This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 Patch: Improve libstdc++-v3 for mips-sgi-irix6.5
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: 3.1 Patch: Improve libstdc++-v3 for mips-sgi-irix6.5
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 04 Jun 2001 20:12:03 +0200
- Cc: Jeffrey Oldham <oldham at codesourcery dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <Pine.SOL.3.91.1010604091158.6126A-100000@taarna.cygnus.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| This should not have to be done: the char_traits bit is in namespace
| std:: and so should not need explicit qualification.
It doesn't suffice that they are in std:: for not being fully qualified.
And we're having problems to compile the moderate sized program.
Whatever we do, we should make it possible for user to compile
programs. Certainly, Jeffrey's patch doesn't solve our problem; but it
does't make it worse. It makes it possible do use the library. That,
is a good solution even if it is not the best.
I would like Jeffrey -not- to revert his patch, unless we do have THE
solution to our problem.
Also, note we do have a DR about use of entities in library
http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/lwg-active.html#229
-- Gaby