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

Implement LWG-3900 The allocator_arg_t overloads of generator::promise_type::operator new should not be constrained #5150

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

frederick-vs-ja
Copy link
Contributor

Fixes #5112.

No test cases added now because it seems very weird to test that these operator new are SFINAE-unfriendly.

@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner November 26, 2024 16:50
@CaseyCarter CaseyCarter added the LWG Library Working Group issue label Nov 26, 2024
stl/inc/generator Outdated Show resolved Hide resolved
@CaseyCarter CaseyCarter added the blocked on WP Waiting for a new Working Paper label Nov 26, 2024
@StephanTLavavej StephanTLavavej added the generator C++23 generator label Dec 1, 2024
@CaseyCarter CaseyCarter removed the blocked on WP Waiting for a new Working Paper label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator C++23 generator LWG Library Working Group issue
Projects
Status: Ready To Merge
Development

Successfully merging this pull request may close these issues.

LWG-3900 The allocator_arg_t overloads of generator::promise_type::operator new should not be constrained
3 participants