Skip to content

Conversation

@CaseyCarter
Copy link
Contributor

Partially addresses #39.

@CaseyCarter CaseyCarter added cxx20 C++20 feature ranges C++20/23 ranges labels Jul 24, 2020
@CaseyCarter CaseyCarter requested a review from a team as a code owner July 24, 2020 01:28
@CaseyCarter CaseyCarter mentioned this pull request Jul 24, 2020
@cbezault cbezault removed their assignment Aug 5, 2020
@StephanTLavavej StephanTLavavej self-assigned this Aug 8, 2020
@StephanTLavavej StephanTLavavej merged commit eb33f1a into microsoft:master Aug 9, 2020
@StephanTLavavej
Copy link
Member

Thanks for implementing this algorithm! Is this the algorithm in the STL with the greatest number of syllables? 😹

@CaseyCarter
Copy link
Contributor Author

Thanks for implementing this algorithm! Is this the algorithm in the STL with the greatest number of syllables? 😹

I believe it's tied for first with lexicographical_compare_three_way. (Arbitrarily chosen rules: counting the number of syllables in the fully-qualified name not including std.)

@CaseyCarter CaseyCarter deleted the lexi branch August 10, 2020 01:34
@CaseyCarter
Copy link
Contributor Author

CaseyCarter commented Aug 10, 2020

Thanks for implementing this algorithm! Is this the algorithm in the STL with the greatest number of syllables? 😹

I believe it's tied for first with lexicographical_compare_three_way. (Arbitrarily chosen rules: counting the number of syllables in the fully-qualified name not including std.)

We really should have a ranges::lexicographical_compare_three_way, if for no other reason than to resolve the ambiguity over the longest algorithm name.

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.

3 participants