Skip to content

Conversation

@AnjuDel
Copy link
Member

@AnjuDel AnjuDel commented Feb 5, 2021

Works towards #62.

@CaseyCarter CaseyCarter added cxx20 C++20 feature spaceship C++20 operator <=> labels Feb 5, 2021
@StephanTLavavej StephanTLavavej changed the title added spaceship slice feature/spaceship: Clause 26: Numerics Feb 5, 2021
Anju del Moral Gonzalez and others added 3 commits February 10, 2021 15:14
@AnjuDel AnjuDel marked this pull request as ready for review February 11, 2021 20:46
@AnjuDel AnjuDel requested a review from a team as a code owner February 11, 2021 20:46
Copy link
Member

@StephanTLavavej StephanTLavavej left a comment

Choose a reason for hiding this comment

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

Thanks, this looks great! I've pushed changes for two stylistic issues:

  • Change the #endif comment in <valarray> to match the #if there.
  • In the test, directly construct std::slice a1(2, 3, 4); instead of constructing a temporary. Both are correct, but direct construction avoids repeating the type name.

@StephanTLavavej StephanTLavavej merged commit 5443c4a into microsoft:feature/spaceship Feb 12, 2021
@StephanTLavavej
Copy link
Member

Congratulations on your first microsoft/STL commit! 🎉 😸 🛸

@AnjuDel
Copy link
Member Author

AnjuDel commented Feb 12, 2021

Congratulations on your first microsoft/STL commit! 🎉 😸 🛸

Thanks STL 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cxx20 C++20 feature spaceship C++20 operator <=>

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants