From 3dffbdbcb43deed587769542b40c9b2b8789bc29 Mon Sep 17 00:00:00 2001 From: Beman Date: Wed, 25 Mar 2015 18:12:45 -0400 Subject: [PATCH] Add notice explaining absence of floating point support. --- doc/index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 167112b..627977d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,4 +1,4 @@ - + @@ -92,6 +92,23 @@ formal review
+
+
+ + + + +
+

Notice

+

This first release (1.58.0) of the Endian library as an + official Boost library removes for floating point type support that was + present in the mini-review pre-release. Floating point types will be + supported in the Boost 1.59.0 release with a slightly modified floating + point conversion interface and implementation that addresses reliability + concerns.

+
+
+

Introduction to endianness

Consider the following code: