From c41521ceadb51cbb4e8dbe20dd3b5b670fa40e26 Mon Sep 17 00:00:00 2001
From: Beman
Date: Tue, 11 Nov 2014 21:08:08 -0500
Subject: [PATCH] For the endian types, add stream inserters and extractors as
requested during the formal review.
---
doc/index.html | 6 +--
doc/mini_review_topics.html | 7 ++-
doc/types.html | 45 +++++++++++++++++--
.../boost/endian/detail/cover_operators.hpp | 30 ++++++++-----
include/boost/endian/types.hpp | 6 +--
test/endian_operations_test.cpp | 45 ++++++++++++++++++-
6 files changed, 113 insertions(+), 26 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 6c6f3c4..4e99e37 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -622,6 +622,8 @@ and 16, 32, and 64-bit aligned integers.
Infrastructure file names were changed accordingly.
The endian types and endian conversion functions now support 32-bit (float)
and
64-bit (double)
floating point, as requested.
+ The endian types now have stream inserter and extractor templates, as
+ requested.
Both the endian types and endian conversion functions now support UDTs, as requested.
The endian type aliases have been renamed,
using a naming pattern that is consistent for both integer and floating point.
@@ -670,13 +672,11 @@ Blechmann, Tim Moore, tymofey, Tomas Puverle, Vincente Botet, Yuval Ronen and
Vitaly Budovski,.
Last revised:
-12 August, 2014
+11 November, 2014
© Copyright Beman Dawes, 2011, 2013
Distributed under the Boost Software License, Version 1.0. See
www.boost.org/ LICENSE_1_0.txt
-
-