|
From: Daniel J. <dan...@us...> - 2007-05-02 23:57:12
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22330/doc Modified Files: ref.xml Log Message: Fix an odd encoding error in the unordered containers reference. Index: ref.xml =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/doc/ref.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ref.xml 18 Mar 2007 20:00:57 -0000 1.6 +++ ref.xml 2 May 2007 23:57:09 -0000 1.7 @@ -701,7 +701,7 @@ </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 @@ </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 @@ </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 @@ </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> |