
5 May
2006
5 May
'06
10:26 a.m.
Ben Fowler wrote:
object-edit.cpp: In function `void sp_spiral_outer_set(SPItem*, const NR::Point&, const NR::Point&, unsigned int)': object-edit.cpp:941: error: `isfinite' undeclared in namespace `std'
The isfinite problem is a C++ issue, and I have a patch for that which is too ugly to be seen in public. Give me a day or two and I will submit something, but again, it might need to be reviewed.
Ben.
If you look in src/isnan.h, you can see how we have looked at this in the past, and have tried to supply definitions for various architectures. If you can find a better definition for isFinite() for osx, that would be great.
bob