Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77054 - branches/release/boost/heap
From: tim_at_[hidden]
Date: 2012-02-17 05:25:14


Author: timblechmann
Date: 2012-02-17 05:25:14 EST (Fri, 17 Feb 2012)
New Revision: 77054
URL: http://svn.boost.org/trac/boost/changeset/77054

Log:
heap: merge documentation fix from trunk

Properties modified:
   branches/release/boost/heap/ (props changed)
Text files modified:
   branches/release/boost/heap/d_ary_heap.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/heap/d_ary_heap.hpp
==============================================================================
--- branches/release/boost/heap/d_ary_heap.hpp (original)
+++ branches/release/boost/heap/d_ary_heap.hpp 2012-02-17 05:25:14 EST (Fri, 17 Feb 2012)
@@ -448,7 +448,7 @@
  * - \c boost::heap::stable<>, defaults to \c stable<false>
  * - \c boost::heap::stability_counter_type<>, defaults to \c stability_counter_type<boost::uintmax_t>
  * - \c boost::heap::allocator<>, defaults to \c allocator<std::allocator<T> >
- * - \c boost::heap::mutable<>, defaults to \c mutable<false>
+ * - \c boost::heap::mutable_<>, defaults to \c mutable_<false>
  *
  */
 #ifdef BOOST_DOXYGEN_INVOKED


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk