This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_endian
Watch
1
Star
0
Fork
0
forked from
boostorg/endian
Code
Pull Requests
Activity
Files
bf0dec92d07abf38cb6472f0d1bf6fdb7975dfb8
boost_endian
/
include
/
boost
/
endian
T
History
Beman
01f7e359bb
Update docs to reflect removal of floating point support from 1.58.0
2015-03-25 08:05:49 -04:00
..
detail
BOOST_TEST_MEM_EQ() macro returns bool to aid code that adds additional reporting on errors.
2015-03-20 07:41:54 -04:00
arithmetic.hpp
Remove floating point support for boost 1.58.0. As currently implemented, return by value operations are not reliable because normalization and other bit pattern changes can occur. Docs not updated as yet. Floating point support will be corrected and reinstated for boost 1.59.0, based on in-place customization and inplace and/or copy signatures to replace the unsafe (i.e. native_to_big/little ) by value returns. The big/little_to_native return by value functions are safe, but require reimplementation.
2015-03-24 17:24:56 -04:00
buffers.hpp
Update docs to reflect removal of floating point support from 1.58.0
2015-03-25 08:05:49 -04:00
conversion.hpp
Remove floating point support for boost 1.58.0. As currently implemented, return by value operations are not reliable because normalization and other bit pattern changes can occur. Docs not updated as yet. Floating point support will be corrected and reinstated for boost 1.59.0, based on in-place customization and inplace and/or copy signatures to replace the unsafe (i.e. native_to_big/little ) by value returns. The big/little_to_native return by value functions are safe, but require reimplementation.
2015-03-24 17:24:56 -04:00
endian.hpp
Add support for deprecated names from pre-review releases.
2015-01-18 19:48:27 -05:00
std_pair.hpp
Rename header converters.hpp back to conversion.hpp. Clean up infrastructure.
2013-05-18 16:14:30 -04:00