$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77052 - trunk/boost/heap
From: tim_at_[hidden]
Date: 2012-02-17 05:18:10
Author: timblechmann
Date: 2012-02-17 05:18:10 EST (Fri, 17 Feb 2012)
New Revision: 77052
URL: http://svn.boost.org/trac/boost/changeset/77052
Log:
heap: fix docstring
partial fix for ticket #6569
Text files modified:
trunk/boost/heap/d_ary_heap.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/heap/d_ary_heap.hpp
==============================================================================
--- trunk/boost/heap/d_ary_heap.hpp (original)
+++ trunk/boost/heap/d_ary_heap.hpp 2012-02-17 05:18:10 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