
2 Aug
2006
2 Aug
'06
4:02 p.m.
Gennaro Prota wrote:
On Wed, 02 Aug 2006 17:24:14 +0200, Johan Råde <rade@maths.lth.se> wrote:
Or how about this
Or how about learning what is portable, what does C99 say and what (else) does TR1 (and perhaps IEEE 754) say?
-- [ Gennaro Prota, C++ developer for hire ]
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
The code I suggested is intended to be used when there is no C99 or complete TR1 implementation available. The code should work on any IEEE 754 compliant processor, but stands a good chance of working on processors that are not. --Johan