You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++] Provide sized deallocation declarations even when the compiler doesn't support sized deallocation
After ef804d8, we stopped providing the declaration of sized deallocation
functions unless the compiler provides support for the language feature.
In reality, we can still provide the declarations of global operator delete
for users who want to call these operators directly without going through
the compiler rewrite.
0 commit comments