[Boost-bugs] [Boost C++ Libraries] #13089: Boost::binomial_heap Sanity check error

Subject: [Boost-bugs] [Boost C++ Libraries] #13089: Boost::binomial_heap Sanity check error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-06-20 18:00:21


#13089: Boost::binomial_heap Sanity check error
------------------------------+--------------------------
 Reporter: jun.kudo@… | Owner: timblechmann
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: heap
  Version: Boost 1.63.0 | Severity: Problem
 Keywords: |
------------------------------+--------------------------
 Configured with BOOST_HEAP_SANITYCHECKS turned on.

 Binomial heap hits an assertion failure (BOOST_HEAP_ASSERT(top_element ==
 found_top)) when pushing nodes with the same priority.

 {{{
 #include "boost/heap/binomial_heap.hpp"
 typedef boost::heap::binomial_heap<int> Heap;

 int main(int argc, char* argv[]) {
   Heap heap0;
   heap0.push(1);
   heap0.push(1);
 }
 }}}

--
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13089>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-06-20 18:04:22 UTC