-
Notifications
You must be signed in to change notification settings - Fork 788
Closed
Description
In [intro.memory] (the C++ memory model), there are several occurrences of the word "field":
- p4: if all fields between them are also bit-fields of non-zero width.
- p5: The field
a
and bit-fieldsd
ande.ee
are each separate memory locations, …
While that word is a popular terminology in programming (and in fact it is used in diagnostic messages in some C++ compilers), it is not a defined term in C++.
So would it be better to add a note saying '"field" means a non-static data member'?
Metadata
Metadata
Assignees
Labels
No labels