]> Cypherpunks.ru 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)
committerIan Lance Taylor <iant@golang.org>
Wed, 24 Feb 2016 15:30:45 +0000 (15:30 +0000)
commit38d4511b104ad61d949d91652985bcdef8cbea5a
tree0b1f6c6cb7953453ae219a249cf3d560d987ac23
parent50c38d46e870435c17ac86957e2eb469ce41dd6d
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>
src/sort/sort.go
src/sort/sort_test.go