Boost C++ Libraries: Ticket #4600: Boost interval intersect documention error https://svn.boost.org/trac10/ticket/4600 <p> In the documentation for the boost interval library: </p> <p> <a href="http://www.boost.org/doc/libs/1_44_0/libs/numeric/interval/doc/interval.htm">http://www.boost.org/doc/libs/1_44_0/libs/numeric/interval/doc/interval.htm</a> </p> <p> There are erroneous references to a non-existent "intersection" function. </p> <p> Specifically, in the <strong>"Overview of the library, and usage"</strong> section at the end of the first paragraph and in the <strong>"Synopsis"</strong>" section after the comment <em>/* set manipulation interval functions */</em> the function is incorrectly called intersection. </p> <p> There is no such function by that name. Instead, the function is called intersect. The documentation later correctly names and describes the function in the <strong>"Operations and Functions"</strong> section. </p> <p> The fallacious names need to be correct to avoid confusion. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4600 Trac 1.4.3 Steven Watanabe Mon, 30 Aug 2010 00:03:25 GMT owner, component changed https://svn.boost.org/trac10/ticket/4600#comment:1 https://svn.boost.org/trac10/ticket/4600#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Boris Gubenko</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">interval</span> </li> </ul> Ticket Steven Watanabe Mon, 30 Aug 2010 00:37:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4600#comment:2 https://svn.boost.org/trac10/ticket/4600#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/65118" title="Use the right name for intersect. Fixes #4600.">[65118]</a>) Use the right name for intersect. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4600" title="#4600: Bugs: Boost interval intersect documention error (closed: fixed)">#4600</a>. </p> Ticket