]> Cypherpunks repositories - gostls13.git/commit
sort: fix for nondeterministic less function in quicksort pivot
authorJure Ham <jure.ham@zemanta.com>
Tue, 23 Feb 2016 10:41:27 +0000 (11:41 +0100)
committerAndrew Gerrand <adg@golang.org>
Thu, 14 Apr 2016 05:21:10 +0000 (05:21 +0000)
commite44998bcd25af29785354c8a5bcfb6348121f3b8
tree684a31dbcdf593f0df1cb99050d827cb773d57a0
parent002cf2820d49009e6e5590d53b8ee640bfd6eb5c
sort: fix for nondeterministic less function in quicksort pivot

Fixes #14377

Change-Id: I130a6e1b8bc827db44efd0a74e759b894ecc4977
Reviewed-on: https://go-review.googlesource.com/19823
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-on: https://go-review.googlesource.com/22039
src/sort/sort.go
src/sort/sort_test.go