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

std::destroy should be marked freestanding #5731

Closed
ben-craig opened this issue Aug 16, 2022 · 0 comments · Fixed by #5758
Closed

std::destroy should be marked freestanding #5731

ben-craig opened this issue Aug 16, 2022 · 0 comments · Fixed by #5758

Comments

@ben-craig
Copy link

P1642R11 says that the non-ExecutionPolicy overload of std::destroy in the memory header should be marked as freestanding. std::destroy_at, std::destroy_n, and the various std::ranges::destroy* functions were all marked correctly, but this one got missed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant