Skip to content

Releases: danlark1/miniselect

0.4.0

23 Jan 14:29
Compare
Choose a tag to compare

Removing the use of written operators <=> and using comparators, fixing #2.

0.3.0

22 Nov 19:09
Compare
Choose a tag to compare

Added heap select and fixed several corner issues when iterators are random access and have a small difference type

0.2.1

17 Nov 15:14
Compare
Choose a tag to compare

Fix #1 and mark all header functions as inline to avoid ODR violations

0.2.0

11 Nov 21:19
Compare
Choose a tag to compare

Fix the namings of the functions to comply with the API

0.1.0

09 Nov 19:19
Compare
Choose a tag to compare
Fix several warnings and for now give up a bit on non copyable compar…