
13 Oct
2006
13 Oct
'06
7:30 a.m.
Here is a new version. I have fixed name conflicts with std::isnan etc. (I tried to upload it to the vault, but the vault did not work.) -------------------------------- There are two remaining problems: 1. The header <boost/detail/endian.hpp> sometimes gives incorrect results. As John Maddock has pointed out, some processors can be operated in both BE and LE mode. So it may be difficult to fix this problem. 2. There are some problems with long double on little endian platforms with sizeof(long double) > 8. This can probably be fixed. --Johan