Boost C++ Libraries: Ticket #13089: Boost::binomial_heap Sanity check error https://svn.boost.org/trac10/ticket/13089 <p> Configured with BOOST_HEAP_SANITYCHECKS turned on. </p> <p> Binomial heap hits an assertion failure (BOOST_HEAP_ASSERT(top_element == found_top)) when pushing nodes with the same priority. </p> <pre class="wiki">#include "boost/heap/binomial_heap.hpp" typedef boost::heap::binomial_heap&lt;int&gt; Heap; int main(int argc, char* argv[]) { Heap heap0; heap0.push(1); heap0.push(1); } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13089 Trac 1.4.3 jun.kudo@… Tue, 20 Jun 2017 18:02:56 GMT attachment set https://svn.boost.org/trac10/ticket/13089 https://svn.boost.org/trac10/ticket/13089 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">main2.cpp</span> </li> </ul> Ticket jun.kudo@… Tue, 20 Jun 2017 18:30:04 GMT version changed https://svn.boost.org/trac10/ticket/13089#comment:1 https://svn.boost.org/trac10/ticket/13089#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.63.0</span> → <span class="trac-field-new">Boost 1.64.0</span> </li> </ul> Ticket