Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76938 - branches/release/boost/heap
From: tim_at_[hidden]
Date: 2012-02-07 13:52:14


Author: timblechmann
Date: 2012-02-07 13:52:13 EST (Tue, 07 Feb 2012)
New Revision: 76938
URL: http://svn.boost.org/trac/boost/changeset/76938

Log:
heap: merge fix from trunk

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

Modified: branches/release/boost/heap/heap_merge.hpp
==============================================================================
--- branches/release/boost/heap/heap_merge.hpp (original)
+++ branches/release/boost/heap/heap_merge.hpp 2012-02-07 13:52:13 EST (Tue, 07 Feb 2012)
@@ -94,7 +94,7 @@
 
 /** merge rhs into lhs
  *
- * \b Effect: lhs contains all elements that have been part of rhs, lhs is empty.
+ * \b Effect: lhs contains all elements that have been part of rhs, rhs is empty.
  *
  * */
 template <typename Heap1,


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