Opened 11 years ago

Closed 11 years ago

#6569 closed Bugs (fixed)

Heap doc typos

Reported by: driscoll@… Owned by: timblechmann
Milestone: To Be Determined Component: heap
Version: Boost 1.49.0 Severity: Problem
Keywords: Cc:

Description

In http://www.boost.org/doc/libs/1_49_0_beta1/doc/html/boost/heap/d_ary_heap.html, it says one of the policies is boost::heap::mutable with a default of mutable<false>, but of course this should be mutable_. (This error may be on other pages, I didn't look.)

In http://www.boost.org/doc/libs/1_49_0_beta1/doc/html/heap/concepts.html#heap.concepts.mutability in the "The Fixup Interface" section, I'm guessing your code example intends to call the single-argument version of .increase() and .decrease().

(Not sure if the component should be Documentation or heap.)

Change History (2)

comment:1 by Michel Morin <mimomorin@…>, 11 years ago

Component: Documentationheap
Owner: changed from Matias Capeletto to timblechmann

comment:2 by timblechmann, 11 years ago

Resolution: fixed
Status: newclosed

thanks for the proof-reading!

Note: See TracTickets for help on using tickets.