File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -693,9 +693,10 @@ <h3><a href="#pod"> 2.2 POD Data Types </a></h3>
693693The < i > dsize</ i > , < i > nvsize</ i > , and < i > nvalign</ i > of these types are
694694defined to be their ordinary size and alignment. These properties
695695only matter for non-empty class types that are used as base classes.
696- We ignore tail padding for PODs because an early version of the
697- standard did not allow us to use it for anything else and because it
698- sometimes permits faster copying of the type.
696+ We ignore tail padding for PODs because the standard before the resolution
697+ of < a href ="https://wg21.link/cwg43 "> CWG issue 43</ a > did not allow us to use
698+ it for anything else and because it sometimes permits faster copying of the
699+ type.
699700</ p >
700701
701702< p > < hr > < p >
You can’t perform that action at this time.
0 commit comments