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

P3508R0 and P3369R0 constexpr for specialized memory algorithms #7465

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

Conversation

jensmaurer
Copy link
Member

Fixes #7426
Also fixes cplusplus/papers#2026
Also fixes cplusplus/papers#2141

@jensmaurer jensmaurer added this to the post-2024-11 milestone Nov 30, 2024
@cpplearner
Copy link
Contributor

Should this bump __cpp_lib_constexpr_memory, following the policy documented in https://wg21.link/sd6#constexpr?

@jensmaurer
Copy link
Member Author

jensmaurer commented Dec 15, 2024

__cpp_lib_raw_memory_algorithms is being bumped. I agree that's odd given SD-6 and the presence of __cpp_lib_constexpr_memory.

@jwakely, what's going on here?

@jwakely
Copy link
Member

jwakely commented Dec 15, 2024

Inconsistent application/recollection of the policy

@jensmaurer
Copy link
Member Author

Anything we want to do here editorially? My inclination would be "no", right now.

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