-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Cherry-pick libc++ sized deallocation fix #72255
Closed
ilya-biryukov opened this issue
Nov 14, 2023
· 5 comments
· Fixed by llvm/llvm-project-release-prs#777
Closed
Cherry-pick libc++ sized deallocation fix #72255
ilya-biryukov opened this issue
Nov 14, 2023
· 5 comments
· Fixed by llvm/llvm-project-release-prs#777
Labels
Milestone
Comments
/cherry-pick f722db0 |
(I hope I am doing it right, it is my first time using this automation) |
/branch llvm/llvm-project-release-prs/issue72255 |
/pull-request llvm/llvm-project-release-prs#777 |
Approved for cherry-picking. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This fixes the use of
make_shared
for arrays (C++20) with-fsized-deallocation
. This should be relatively common for those who use C++20./cherrypick f722db0
The text was updated successfully, but these errors were encountered: