Skip to content

Fix for old PriorityQueue constructor syntax; counter(::Generator support)

Compare
Choose a tag to compare
@kmsquire kmsquire released this 05 Sep 23:20
· 898 commits to master since this release

One old PriorityQueue constructor syntax was inadvertently removed in the last release, namely

PriorityQueue{K,V,ForwardOrdering}()

This was added back as deprecated syntax.

Also included: counter(::Generator) support