maniacbug / StandardCplusplus

Standard C++ for Arduino (port of uClibc++)
588 stars 182 forks source link

fixed stable_sort and sort order #11

Open hariseldon78 opened 9 years ago

hariseldon78 commented 9 years ago

hi! thank you for this library! i found a little issue with the ordering of functions in algorithm. here is the fixed version, merge it if you like it.

maniacbug commented 1 year ago

Thanks for this. I'm leaving this open for the moment, as it is a big change, and will take a bit more review.

hariseldon78 commented 1 year ago

Sure, take your time :wink: