[PATCH] D119051: Extend the C++03 definition of POD to include defaulted functions
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 11 14:22:17 PST 2022
rjmccall added a comment.
Changing the C++03 POD definition is going to be substantially ABI-breaking at this point. Any logic to change it needs to be platform-specific.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119051/new/
https://reviews.llvm.org/D119051
More information about the cfe-commits
mailing list