Clarify revision history entry about floating point support

This commit is contained in:
Peter Dimov
2020-01-21 03:29:49 +02:00
parent 290761ec3d
commit 627fa385f1

View File

@@ -23,7 +23,7 @@ http://www.boost.org/LICENSE_1_0.txt
## Changes in 1.71.0
* Clarified requirements on the value type template parameter
* Added support for `float` and `double`
* Added support for `float` and `double` to `endian_buffer` and `endian_arithmetic`
* Added `endian_load`, `endian_store`
* Updated `endian_reverse` to correctly support all non-`bool` integral types
* Moved deprecated names to the deprecated header `endian.hpp`