diff --git a/doc/conversion.html b/doc/conversion.html
index be55728..b149ffb 100644
--- a/doc/conversion.html
+++ b/doc/conversion.html
@@ -192,6 +192,13 @@ is required for a user-defined type to meet the Reversible
requirements. User-defined types may provide endian_reverse_in_place
for improved efficiency. —end note]
This still isn't right. There are +really separate Reversible and +ReversibleHere requirements, and +the endian_reverse_here +template's type should be Reversible. See the udt_conversion_example for a type +that is ReversibleHere but not Reversible and works just fine.
+int8_t endian_reverse()
and templated
reverse()
implementations.
Last revised: -09 December, 2014
+10 December, 2014© Copyright Beman Dawes, 2011, 2013
Distributed under the Boost Software License, Version 1.0. See www.boost.org/ LICENSE_1_0.txt