$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-04-15 10:01:12
> Sounds fine with me. In the mean time, I'll also try to deal with
> the "long double" deficiency already identified that some platforms
> suffer from, though that only affects the tests, not the library proper
> (I don't know if that will make it for 1.33).
According to http://docs.sun.com/app/docs/doc/816-5173/6mbb8adu7?a=view the
long double math functions on solaris should be pretty accurate, so I guess
this could be a problem with the overloads declared in <cmath>, rather than
the platform headers?
Just guessing, you'd need to see the preprocessed source to be sure.
John.