Closed Atry closed 2 years ago
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@Atry has updated the pull request. You must reimport the pull request before landing.
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@Atry has updated the pull request. You must reimport the pull request before landing.
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request was exported from Phabricator. Differential Revision: D39707592
@Atry has updated the pull request. You must reimport the pull request before landing.
Fb-thrift uses C++17's
operator delete
, which requires-fsized-deallocation
when building c++ source code with clang and libstdc++.https://github.com/facebook/hhvm/blob/9832791642981d582d0f29c6d89dba2c879cc43d/third-party/thrift/src/thrift/lib/cpp/ContextStack.cpp#L229-L230
Test Plan: Rebase #9129 onto this PR, then there will be no error message about
operator delete
.