Synopsis: | Do not make assumptions about the exact size or layout in memory of an object |
Language: | C++ |
Severity Level: | 2 |
Category: | Portability |
Description: |
As explained in ISC++, do not depend on specific size or layout assumptions. However, that does not mean that object sizes are completely irrelevant: see also [OLC#011]. |