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 P2787R1 pmr::generator #4869

Merged

Conversation

frederick-vs-ja
Copy link
Contributor

Towards #2936. Makes pmr::generator available when __cpp_lib_byte is defined (i.e. when polymorphic_allocator<> is itself valid).

Test coverage is initially added. Perhaps more stateful-allocator-related stuffs should be tested later.

Making `pmr::generator` available when `__cpp_lib_byte` is defined.
@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner July 29, 2024 16:48
@StephanTLavavej StephanTLavavej added the generator C++23 generator label Jul 30, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jul 30, 2024
@StephanTLavavej StephanTLavavej removed their assignment Aug 1, 2024
@StephanTLavavej StephanTLavavej merged commit 874880f into microsoft:feature/generator Aug 1, 2024
39 checks passed
@StephanTLavavej
Copy link
Member

Thanks, looks great! 😻

@frederick-vs-ja frederick-vs-ja deleted the pmr-generator branch August 1, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator C++23 generator
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants