Update of /cvsroot/boost/boost/boost/pending
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30426

Modified Files:
      Tag: RC_1_34_0
        fibonacci_heap.hpp 
Log Message:
merged bug fix

Index: fibonacci_heap.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/pending/fibonacci_heap.hpp,v
retrieving revision 1.11
retrieving revision 1.11.10.1
diff -u -d -r1.11 -r1.11.10.1
--- fibonacci_heap.hpp  20 Aug 2004 11:09:15 -0000      1.11
+++ fibonacci_heap.hpp  20 Dec 2006 01:22:24 -0000      1.11.10.1
@@ -140,6 +140,7 @@
       _right[t] = u;
       _left[_right[u]] = u;
     }
+    _p[u] = v;
   }
   // 41
   inline void rebuild_root_list(LinkIter new_roots, int& h)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to