Boost C++ Libraries: Ticket #1591: Documentation Corrections - Non-Member Functions https://svn.boost.org/trac10/ticket/1591 <p> In the documentation at <em>/libs/dynamic_bitset/dynamic_bitset.html</em>, I think there are errors in two sentences. </p> <p> In the Non-Member Functions section, see operator&amp; and the two following functions, operator| and operator^. The second sentence of each Returns paragraph is identical among the three descriptions: </p> <p> <em>Note that the expression b1 &amp; b2 is equivalent to creating a temporary copy of b1, using operator&amp;=, and returning the temporary copy.</em> </p> <p> I think the operator| part should read: <em>Note that the expression b1 | b2 is equivalent to creating a temporary copy of b1, using operator|=, and returning the temporary copy.</em> </p> <p> and the operator^ part should read: <em>Note that the expression b1 ^ b2 is equivalent to creating a temporary copy of b1, using operator^=, and returning the temporary copy.</em> </p> <p> The similar Returns paragraph at operator- appears to be correct. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1591 Trac 1.4.3 Charles Brockman <cmbrockman@…> Tue, 22 Jan 2008 17:37:24 GMT attachment set https://svn.boost.org/trac10/ticket/1591 https://svn.boost.org/trac10/ticket/1591 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">dynamic_bitset_html_patch.txt</span> </li> </ul> <p> Patch for the Documentation Corrections </p> Ticket Gennaro Prota Fri, 11 Jul 2008 21:31:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1591#comment:1 https://svn.boost.org/trac10/ticket/1591#comment:1 <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> Fixed on the release branch for Boost 1.36.0 (revision 47328). </p> Ticket