Skip to content

Commit f7d4edc

Browse files
LilithHafnerLilith Hafner
andauthored
Improve backwards compatibility in sorting (#47489)
* Improve backwards compatibility in sorting Co-authored-by: Lilith Hafner <[email protected]>
1 parent cf9cac2 commit f7d4edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/sort.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ Characteristics:
474474
(vanishingly rare for non-malicious input)
475475
"""
476476
const QuickSort = PartialQuickSort(missing, missing)
477+
const QuickSortAlg = PartialQuickSort{Missing, Missing} # Exists for backward compatibility
477478

478479
"""
479480
MergeSort

0 commit comments

Comments
 (0)