You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: binary_search returns first index for duplicates
Fixes#13840
When duplicates exist in the sorted collection, the binary_search function
now returns the index of the first occurrence instead of an arbitrary one.
0 commit comments