This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: 3.1 Patch: Improve libstdc++-v3 for mips-sgi-irix6.5


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


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