Hello, Thanks for the great library. I'm using it on Windows and Linux and it does the job perfectly.
On the Mac, I'm having trouble when including the header files from my application's .cpp code. my app includes files.h which includes (wi) iostream wi ostream wi bits/ostream.tcc wi locale wi bits/local_facets.tcc and in there I get error: '::ceilf' undeclared (first use here) The code is wrapped with: #if _GLIBCPP_HAVE_CEILF but I can't figure out what controls if that's defined or not. I think I need to undef it, or find where it is defined and remove the definitions. I also get the same error for ::floorf ::fmodf ::frexpf ::ldexpf Is there a configure step that I'm missing? I'm not subscribed, so please cc my e-mali too. thanks! -Jim
