boostorg / heap

Boost.Heap
https://boost.org/libs/heap
18 stars 39 forks source link

Fix double destroy of top node in skew_heap and simplify allocator usage #27

Closed glenfe closed 4 years ago

glenfe commented 4 years ago

@timblechmann the changes are:

timblechmann commented 4 years ago

looks all good, thanks a lot!