Skip to content

Conversation

@CaseyCarter
Copy link
Contributor

@CaseyCarter CaseyCarter commented Jun 24, 2020

Includes ranges::lower_bound, ranges::upper_bound, ranges::equal_range, and ranges::binary_search.

Partially addresses #39.

Includes `ranges::lower_bound`, `ranges::upper_bound`, `ranges::equal_range`, and `ranges::binary_search`.
@CaseyCarter CaseyCarter added the cxx20 C++20 feature label Jun 24, 2020
@CaseyCarter CaseyCarter requested a review from a team as a code owner June 24, 2020 14:55
@CaseyCarter CaseyCarter mentioned this pull request Jun 24, 2020
@CaseyCarter CaseyCarter changed the title Implement the "binary search" algorithm family: Implement the "binary search" ranges algorithm family: Jun 24, 2020
Copy link
Contributor

@miscco miscco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minimal comment regarding _Ubegin but otherwise this looks great.

@cbezault cbezault self-assigned this Jun 24, 2020
@StephanTLavavej StephanTLavavej changed the title Implement the "binary search" ranges algorithm family: Implement the "binary search" ranges algorithm family Jun 25, 2020
@cbezault cbezault removed their assignment Jun 29, 2020
@CaseyCarter CaseyCarter self-assigned this Jun 29, 2020
@CaseyCarter CaseyCarter merged commit ac5c8b0 into microsoft:master Jun 30, 2020
@CaseyCarter CaseyCarter deleted the bsearch branch June 30, 2020 05:45
@CaseyCarter CaseyCarter removed their assignment Jun 30, 2020
@StephanTLavavej StephanTLavavej added the ranges C++20/23 ranges label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cxx20 C++20 feature ranges C++20/23 ranges

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants