texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Non-fatal make error - no big deal


From: david
Subject: Re: [Texmacs-dev] Non-fatal make error - no big deal
Date: Fri, 28 Feb 2003 14:11:20 +0100
User-agent: Mutt/1.4i

On Fri, Feb 28, 2003 at 01:19:34PM +0100, Gabriel Dos Reis wrote:
> The program is in error because the entire C++ standard library is put
> in the standard namespace std as per the language definition.  The
> library shipped with GCC-2.95.x is known *not* to be conformant.
[...] 
> The fix is to prefix standard entities with std::.  That will work
> with both GCC-2.95.x and GCC-3.x

Thanks Gabriel to explain once more that g++-3 is correct in this
respect, because some good programmers still think that is a defect in
g++-3.

This issue has already been discussed at length with Joris because
TeXmacs core had the same problem. The adopted fix was to add 'using'
directives as one can see in basic.hh.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]