Memory model
Min standard notice:
Defines the semantics of computer memory storage for the purpose of the C++ abstract machine.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| CWG 1953 | C++98 | objects occupying the same storage wereconsidered as different memory locations | memory locationnow refers to storage |