$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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_<level></ref>( left >= right ).
+     Check performed by these tools is the same as the one performed by <ref>BOOST_<level></ref>( left > right ).
      The difference is that the argument values are reported as well.
     </para>