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
Sized deallocation is a C++14 feature and it was disabled in clang due to potential ABI breaking (https://reviews.llvm.org/D8467). There was guys trying to enable it by default 2 years ago (https://reviews.llvm.org/D112921) but the work suspended later.