
13 Nov
2011
13 Nov
'11
4:26 p.m.
There are some errors in math library:
This can be fixed by commenting out lines from 268 to 288. Looks like preprocessor #if condition on line 264 is incorrect. Created ticket #6120 for this bug.
What platform and compiler? Nothing in there has changed in a while BTW. Whatever the platform, it looks like it has an fenv.h but no fexcept_t, so maybe Boost.Config should be setting BOOST_NO_FENV_H? Fumbling in the dark yours, John.