From 0f49c8dcb29e6c1aac0e8b626e53599ef25a40ca Mon Sep 17 00:00:00 2001 From: Aaron Windsor Date: Wed, 20 Dec 2006 01:22:24 +0000 Subject: [PATCH] merged bug fix [SVN r36462] --- include/boost/pending/fibonacci_heap.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/pending/fibonacci_heap.hpp b/include/boost/pending/fibonacci_heap.hpp index f63bf6d1..a8ea2efe 100644 --- a/include/boost/pending/fibonacci_heap.hpp +++ b/include/boost/pending/fibonacci_heap.hpp @@ -140,6 +140,7 @@ public: _right[t] = u; _left[_right[u]] = u; } + _p[u] = v; } // 41 inline void rebuild_root_list(LinkIter new_roots, int& h)