Re: 2.5.1: Header change breaks MacOS X

2004-11-25 Thread Christoph Ludwig
On Wed, Nov 24, 2004 at 08:22:20PM -0700, Carl Sorensen wrote: > On Wed, 2004-11-24 at 16:27, Matthias Neeracher wrote: > > On Nov 24, 2004, at 1:28 PM, Han-Wen Nienhuys wrote: > > > > > > > > What is the proper fix? Should we be using > > > > > > using std; > > > > > > somewhere? > > > > Ye

Re: 2.5.1: Header change breaks MacOS X

2004-11-24 Thread Carl Sorensen
On Wed, 2004-11-24 at 16:27, Matthias Neeracher wrote: > On Nov 24, 2004, at 1:28 PM, Han-Wen Nienhuys wrote: > > > > > What is the proper fix? Should we be using > > > > using std; > > > > somewhere? > > Yes, I think a declaration > > using namespace std; > > would solve the issue. C++ pu

Re: 2.5.1: Header change breaks MacOS X

2004-11-24 Thread Matthias Neeracher
On Nov 24, 2004, at 1:28 PM, Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: One of the changes in 2.5.1 seems to be that all includes of got changed to . Unfortunately, on MacOS X, this means that all references to isinf() are no longer found (presumably cmath wraps this as std::isinf, although

2.5.1: Header change breaks MacOS X

2004-11-24 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > One of the changes in 2.5.1 seems to be that all includes of > got changed to . Unfortunately, on MacOS X, this means that all > references to isinf() are no longer found (presumably cmath wraps this > as std::isinf, although I haven't tested that. What is the prope

2.5.1: Header change breaks MacOS X

2004-11-21 Thread Matthias Neeracher
One of the changes in 2.5.1 seems to be that all includes of got changed to . Unfortunately, on MacOS X, this means that all references to isinf() are no longer found (presumably cmath wraps this as std::isinf, although I haven't tested that. Matthias _