From 5c17744f34130451a97c9139b7fec454a7afbc3c Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 15 Mar 2024 09:49:30 +0100 Subject: [PATCH] fixed documentation error --- doc/reference/hash_indices.html | 13 ++++++++----- doc/release_notes.html | 13 +++++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) 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 with m.get<i>().key_eq(), -where i 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)) +and i 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

@@ -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