Fix an odd encoding error in the unordered containers reference.

[SVN r3994]
This commit is contained in:
Daniel James
2007-05-02 23:57:09 +00:00
parent ec240d22ed
commit 507cc3c059

View File

@@ -701,7 +701,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</para> </para>
</description> </description>
<throws> <throws>
<para>The function has no effect if an exception is thrown, unless it is thrown by the containers 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> </para>
</throws> </throws>
</method> </method>
@@ -1418,7 +1418,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</para> </para>
</description> </description>
<throws> <throws>
<para>The function has no effect if an exception is thrown, unless it is thrown by the containers 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> </para>
</throws> </throws>
</method> </method>
@@ -2183,7 +2183,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</para> </para>
</description> </description>
<throws> <throws>
<para>The function has no effect if an exception is thrown, unless it is thrown by the containers 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> </para>
</throws> </throws>
</method> </method>
@@ -2914,7 +2914,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</para> </para>
</description> </description>
<throws> <throws>
<para>The function has no effect if an exception is thrown, unless it is thrown by the containers 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> </para>
</throws> </throws>
</method> </method>