[libcxx-commits] [PATCH] D112921: [clang] Enable sized deallocation by default in C++14 onwards
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 13 15:20:45 PDT 2023
MaskRay added a comment.
Changing the default improves GCC compatibility (`Enabled by default under -std=c++14 and above.`) and I think is the right direction.
@wangpc You can use your new username to commandeer this revision?
To other reviewers, what's still blocked now that the Apple target issue appears to be addressed?
Note, we could also keep Apple behavior unchanged in this patch and let folks more familiar with it to handle the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112921/new/
https://reviews.llvm.org/D112921
More information about the libcxx-commits
mailing list