Mentions légales du service

Skip to content

fix: move order of handle and swap in BinaryHeap::pop

HUIN Nicolas requested to merge binary-heap-one-element-pop-crash into master

When the heap would contain only one element, changing the handle index would crash if the swap is done first

Merge request reports