Ticket #3463: boost-test-doc-gt.patch

File boost-test-doc-gt.patch, 1.2 KB (added by Andrey Valyaev <dron@…>, 13 years ago)
  • libs/test/doc/html/utf/testing-tools/reference.html

     
    522522<a name="BOOST_CHECK_GT"></a>BOOST_CHECK_GT(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)
    523523<a name="BOOST_REQUIRE_GT"></a>BOOST_REQUIRE_GT(<span class="emphasis"><em>left</em></span>, <span class="emphasis"><em>right</em></span>)</pre>
    524524<p class="first-line-indented">
    525      Check performed by these tools is the same as the one performed by <a href="#" onclick="id298906 = select_form_page( 'utf.testing-tools.reference.body.BOOST_&lt;level&gt;', id298906 ); return false;">BOOST_&lt;level&gt;</a>( left &gt;= right ).
     525     Check performed by these tools is the same as the one performed by <a href="#" onclick="id298906 = select_form_page( 'utf.testing-tools.reference.body.BOOST_&lt;level&gt;', id298906 ); return false;">BOOST_&lt;level&gt;</a>( left &gt; right ).
    526526     The difference is that the argument values are reported as well.
    527527    </p>
    528528<div class="example">