aspell-devel
[Top][All Lists]
Advanced

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

Re: [aspell-devel] Use of antiquated C++ in Aspell


From: Kevin Atkinson
Subject: Re: [aspell-devel] Use of antiquated C++ in Aspell
Date: Thu, 16 Jan 2003 04:42:04 -0500 (EST)

On Thu, 16 Jan 2003, Christoph Hintermüller wrote:

> Hi Kevin      
> Am Donnerstag, 16. Januar 2003 09:25 schrieben Sie:

> > With this patch Aspell will no longer compile with gcc 2.95.  I will

> Hm AFAIK configure is capable to detect the entire version of gcc and 
> other compilers and stop if it is not proper. Why not enclosing the whole 
> thing within a 
> #ifdef GCC_GE_XXXX
> the new version of the line
> #else 
> the old one
> #endif

Because it is not necessary.  The strstream class is defined in the C++ 
standard but it is deprecate.  By the time it is removed gcc 2.95 will no 
longer be relevant.

> 
> and having configure to decide to define or undefine the GCC_GE_XXXX for 
> now.
> cu
> Christoph
> 
> 
> 
> 

-- 
http://kevin.atkinson.dhs.org






reply via email to

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