Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<generator>: Cleanup P2502R2_generator/test.cpp #4722

Conversation

JMazurkiewicz
Copy link
Contributor

  • Add using namespace std
  • Rename some functions (e.g. zip -> co_zip, meow -> co_upto)
  • Add missing includes
  • Other minor changes (see commit messages)

@JMazurkiewicz JMazurkiewicz requested a review from a team as a code owner June 10, 2024 16:21
@StephanTLavavej StephanTLavavej added test Related to test code generator C++23 generator labels Jun 10, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jun 10, 2024
}

void deallocate(void* const vp, [[maybe_unused]] const std::size_t n) noexcept {
void deallocate(void* const vp, [[maybe_unused]] const size_t n) noexcept {
Copy link
Member

Choose a reason for hiding this comment

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

Pre-existing, not worth resetting testing: n is always unused and this should just be a nameless size_t.

@StephanTLavavej StephanTLavavej merged commit 62bb92b into microsoft:feature/generator Jun 14, 2024
39 checks passed
@StephanTLavavej
Copy link
Member

Thanks, merged! 😻 🚀 Noticed a tiny pre-existing issue, can easily be cleaned up later.

@JMazurkiewicz JMazurkiewicz deleted the generator/cleanup-old-tests branch June 15, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator C++23 generator test Related to test code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants