Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62769 - trunk/libs/test/doc/src
From: steven_at_[hidden]
Date: 2010-06-10 17:14:08


Author: steven_watanabe
Date: 2010-06-10 17:14:08 EDT (Thu, 10 Jun 2010)
New Revision: 62769
URL: http://svn.boost.org/trac/boost/changeset/62769

Log:
Use > instead of >= for BOOST_<level>_GT. Fixes #3463
Text files modified:
   trunk/libs/test/doc/src/utf.testing-tools.xml | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/test/doc/src/utf.testing-tools.xml
==============================================================================
--- trunk/libs/test/doc/src/utf.testing-tools.xml (original)
+++ trunk/libs/test/doc/src/utf.testing-tools.xml 2010-06-10 17:14:08 EDT (Thu, 10 Jun 2010)
@@ -785,7 +785,7 @@
     </inline-synopsis>
 
     <para role="first-line-indented">
- Check performed by these tools is the same as the one performed by <ref>BOOST_&lt;level&gt;</ref>( left &gt;= right ).
+ Check performed by these tools is the same as the one performed by <ref>BOOST_&lt;level&gt;</ref>( left &gt; right ).
      The difference is that the argument values are reported as well.
     </para>
     


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk