Boost C++ Libraries: Ticket #6569: Heap doc typos https://svn.boost.org/trac10/ticket/6569 <p> In <a href="http://www.boost.org/doc/libs/1_49_0_beta1/doc/html/boost/heap/d_ary_heap.html">http://www.boost.org/doc/libs/1_49_0_beta1/doc/html/boost/heap/d_ary_heap.html</a>, it says one of the policies is <code>boost::heap::mutable</code> with a default of <code>mutable&lt;false&gt;</code>, but of course this should be <code>mutable_</code>. (This error may be on other pages, I didn't look.) </p> <p> In <a href="http://www.boost.org/doc/libs/1_49_0_beta1/doc/html/heap/concepts.html#heap.concepts.mutability">http://www.boost.org/doc/libs/1_49_0_beta1/doc/html/heap/concepts.html#heap.concepts.mutability</a> in the "The Fixup Interface" section, I'm guessing your code example intends to call the single-argument version of <code>.increase()</code> and <code>.decrease()</code>. </p> <p> (Not sure if the component should be Documentation or heap.) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6569 Trac 1.4.3 Michel Morin <mimomorin@…> Fri, 17 Feb 2012 03:27:00 GMT owner, component changed https://svn.boost.org/trac10/ticket/6569#comment:1 https://svn.boost.org/trac10/ticket/6569#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">timblechmann</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">heap</span> </li> </ul> Ticket timblechmann Fri, 17 Feb 2012 10:52:42 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6569#comment:2 https://svn.boost.org/trac10/ticket/6569#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> thanks for the proof-reading! </p> Ticket