diff --git a/doc/reference/hash_indices.html b/doc/reference/hash_indices.html
index 1c595f5..d847205 100644
--- a/doc/reference/hash_indices.html
+++ b/doc/reference/hash_indices.html
@@ -1305,9 +1305,12 @@ Operation: loading of a multi_index_container
m'
from
input archive (XML archive) ar
.
-Requires: Additionally to the general requirements,key_eq()
-must be serialization-compatible withm.get<i>().key_eq()
, -wherei
is the position of the hashed index in the container.
+Requires: Additionally to the general requirements, the binary predicate +value_eq(m'.get<i>())
must be serialization-compatible with +value_eq(m.get<i>())
, where +value_eq(c)(x,y)
is defined as +c.key_eq()(c.key_extractor()(x),c.key_extractor()(y))
+andi
is the position of the hashed index in the container.
Postconditions: On successful loading, the range [begin()
,end()
) contains restored copies of every element in [m.get<i>().begin()
,m.get<i>().end()
), @@ -1371,9 +1374,9 @@ Sequenced indices
-Revised August 30th 2021
+Revised March 15th 2024
-© Copyright 2003-2021 Joaquín M López Muñoz. +
© Copyright 2003-2024 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/release_notes.html b/doc/release_notes.html index 3847007..1b6e40f 100644 --- a/doc/release_notes.html +++ b/doc/release_notes.html @@ -30,6 +30,7 @@ Acknowledgements
+Contents
+
+- Boost 1.85 release
- Boost 1.84 release
- Boost 1.83 release
- Boost 1.82 release
@@ -71,6 +72,14 @@ Acknowledgements- Boost 1.33 release
Boost 1.85 release
+ ++
+
+- Fixed documentation errors.
+Boost 1.84 release
@@ -806,9 +815,9 @@ Acknowledgements
-Revised September 9th 2023
+Revised March 15th 2024
-© Copyright 2003-2023 Joaquín M López Muñoz. +
© Copyright 2003-2024 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at