Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77053 - in branches/release/libs/heap: . examples
From: tim_at_[hidden]
Date: 2012-02-17 05:21:28


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

Log:
heap: merge documentation fix from trunk

Properties modified:
   branches/release/libs/heap/ (props changed)
Text files modified:
   branches/release/libs/heap/examples/interface.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/libs/heap/examples/interface.cpp
==============================================================================
--- branches/release/libs/heap/examples/interface.cpp (original)
+++ branches/release/libs/heap/examples/interface.cpp 2012-02-17 05:21:27 EST (Fri, 17 Feb 2012)
@@ -193,10 +193,10 @@
     pq.update(t3);
 
     *t5 = 7;
- pq.increase(t5, 7);
+ pq.increase(t5);
 
     *t1 = 0;
- pq.decrease(t1, 0);
+ pq.decrease(t1);
 
     cout << "Priority Queue: update with fixup" << endl;
     while (!pq.empty()) {


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