Boost C++ Libraries: Ticket #406: Boost.Optional documentation typo. https://svn.boost.org/trac10/ticket/406 <pre class="wiki">Not sure if documentation gets fixed in the CVS. Optional has no documentation in the nightly doc builds, so here we go. The Optional documentation contains this about operator &gt;: ------------- bool operator &gt; ( optional&lt;T&gt; const&amp; x, optional&lt;T&gt; const&amp; y ); Returns: !( y &lt; x ); ------------- This is a typo in the documentation. The implementation correctly implements operator (x &gt; y) as (y &lt; x), without the negation. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/406 Trac 1.4.3 Fernando Cacciola Mon, 23 May 2005 14:07:04 GMT <link>https://svn.boost.org/trac10/ticket/406#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/406#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=621253 Fix commited in CVS Head </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Fernando Cacciola</dc:creator> <pubDate>Mon, 23 May 2005 14:07:05 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/406#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/406#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=621253 Thank you for submitting a bug report to BOOST </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Fernando Cacciola</dc:creator> <pubDate>Mon, 23 May 2005 14:09:03 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/406#comment:3 https://svn.boost.org/trac10/ticket/406#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket