Skip to content

Conversation

@cmcaine
Copy link
Contributor

@cmcaine cmcaine commented Aug 26, 2023

Each MutableBinaryHeapNode needs to be explicitly parameterised or they can end up being parameterised by a type that doesn't match the Heap when T is not concrete, and then Julia will (rightly) throw a conversion error when trying to add them to MutableBinaryHeap's nodes field.

Each MutableBinaryHeapNode needs to be fully parameterised or Julia will
throw a conversion error when trying to add them to MutableBinaryHeap's
nodes field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant