fixed documentation error

This commit is contained in:
joaquintides 2024-03-15 09:49:30 +01:00
parent 2b2c52a27f
commit 5c17744f34
2 changed files with 19 additions and 7 deletions

View File

@ -1305,9 +1305,12 @@ Operation: loading of a <code>multi_index_container</code> <code>m'</code> from
input archive (XML archive) <code>ar</code>.
<blockquote>
<b>Requires:</b> Additionally to the general requirements, <code>key_eq()</code>
must be serialization-compatible with <code>m.get&lt;i&gt;().key_eq()</code>,
where <code>i</code> is the position of the hashed index in the container.<br>
<b>Requires:</b> Additionally to the general requirements, the binary predicate
<code><i>value_eq</i>(m'.get&lt;i&gt;())</code> must be serialization-compatible with
<code><i>value_eq</i>(m.get&lt;i&gt;())</code>, where
<code><i>value_eq</i>(c)(x,y)</code> is defined as
<code>c.key_eq()(c.key_extractor()(x),c.key_extractor()(y))</code>
and <code>i</code> is the position of the hashed index in the container.<br>
<b>Postconditions:</b> On successful loading, the range
[<code>begin()</code>, <code>end()</code>) contains restored copies of every
element in [<code>m.get&lt;i&gt;().begin()</code>, <code>m.get&lt;i&gt;().end()</code>),
@ -1371,9 +1374,9 @@ Sequenced indices
<br>
<p>Revised August 30th 2021</p>
<p>Revised March 15th 2024</p>
<p>&copy; Copyright 2003-2021 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
<p>&copy; Copyright 2003-2024 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software
License, Version 1.0. (See accompanying file <a href="../../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">

View File

@ -30,6 +30,7 @@ Acknowledgements
<h2>Contents</h2>
<ul>
<li><a href="#boost_1_85">Boost 1.85 release</a></li>
<li><a href="#boost_1_84">Boost 1.84 release</a></li>
<li><a href="#boost_1_83">Boost 1.83 release</a></li>
<li><a href="#boost_1_82">Boost 1.82 release</a></li>
@ -71,6 +72,14 @@ Acknowledgements
<li><a href="#boost_1_33">Boost 1.33 release</a></li>
</ul>
<h2><a name="boost_1_85">Boost 1.85 release</a></h2>
<p>
<ul>
<li>Fixed documentation errors.</li>
</ul>
</p>
<h2><a name="boost_1_84">Boost 1.84 release</a></h2>
<p>
@ -806,9 +815,9 @@ Acknowledgements
<br>
<p>Revised September 9th 2023</p>
<p>Revised March 15th 2024</p>
<p>&copy; Copyright 2003-2023 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
<p>&copy; Copyright 2003-2024 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">