Opened 11 years ago
Closed 11 years ago
#6569 closed Bugs (fixed)
Heap doc typos
Reported by: | 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 , 11 years ago
Component: | Documentation → heap |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
thanks for the proof-reading!