This is the mail archive of the gcc@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: Cannot build libg++ on Solaris 2.5


Hi,

> 
> 
> > >>>>> Paul Eggert <eggert@twinsun.com> writes:
> > 
> > > It's necessary to rename `exception' to `__math_exception' until G++
> > > gets fixed.
> > 
> > "fixed"?
> 
> Jason's question is right on the mark.  When g++ is "fixed" to have
> namespaces, the exception class will be in the std namespace.  But guess
> what?  The <math.h> stuff is also supposed to be in the namespace.
> `exception' has to be renamed for C++, period.  That's not going to
> change.


any non-ISO C (89 and then 9X) venfor specific stuff 
should be out of namespace std, IMHO. There should be
no problem.

regards

OK


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