[PATCH] D119051: Fix pod-packed functionality to use the C++11 definition of pod-ness

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 20:21:34 PST 2022


dblaikie added a comment.

In D119051#3298491 <https://reviews.llvm.org/D119051#3298491>, @dblaikie wrote:

> Test case showing GCC's behavior here: https://godbolt.org/z/4W7j8Yd54

Oh, and demonstrating this applies (as best as I can figure) even when compiling in C++03 mode: https://godbolt.org/z/9eqbThrKs (but perhaps there are otther differences between 03 and 11 POD I could test?)


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