mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Fix an odd encoding error in the unordered containers reference.
[SVN r3994]
This commit is contained in:
@ -701,7 +701,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</para>
|
||||
</description>
|
||||
<throws>
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container’s hash function or comparison function.
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container's hash function or comparison function.
|
||||
</para>
|
||||
</throws>
|
||||
</method>
|
||||
@ -1418,7 +1418,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</para>
|
||||
</description>
|
||||
<throws>
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container’s hash function or comparison function.
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container's hash function or comparison function.
|
||||
</para>
|
||||
</throws>
|
||||
</method>
|
||||
@ -2183,7 +2183,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</para>
|
||||
</description>
|
||||
<throws>
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container’s hash function or comparison function.
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container's hash function or comparison function.
|
||||
</para>
|
||||
</throws>
|
||||
</method>
|
||||
@ -2914,7 +2914,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</para>
|
||||
</description>
|
||||
<throws>
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container’s hash function or comparison function.
|
||||
<para>The function has no effect if an exception is thrown, unless it is thrown by the container's hash function or comparison function.
|
||||
</para>
|
||||
</throws>
|
||||
</method>
|
||||
|
Reference in New Issue
Block a user