Skip to content
Commit 6fa28ffd authored by Richard Smith's avatar Richard Smith
Browse files

Fix "regression" caused by updating our notion of POD to better match the C++11

rules: instead of requiring flexible array members to be POD, require them to
be trivially-destructible. This seems to be the only constraint that actually
matters here (and even then, it's questionable whether this matters).

llvm-svn: 198983
parent c26e63e9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment