Created on 2000-09-16.00:00:00 last changed 33 months ago
Proposed resolution (10/00): As suggested.
Suggested resolution: Change "initialized" to "given a value."
In 11.9.3 [class.base.init] paragraph 4 we read:
After the call to a constructor for class X has completed, if a member of X is neither specified in the constructor's mem-initializers, nor default-initialized, nor initialized during execution of the body of the constructor, the member has indeterminate value.
Using the term "initialized" to describe setting the value of a member inside the body of a constructor is a misuse of the term: only by use of a placement new expression can a member be initialized "during the execution of the body of the constructor."
Suggested resolution: Change "initialized" to "given a value."
Proposed resolution (10/00): As suggested.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-02-18 07:47:23 | admin | set | messages: + msg6657 |
2003-04-25 00:00:00 | admin | set | status: dr -> tc1 |
2000-11-18 00:00:00 | admin | set | messages: + msg447 |
2000-11-18 00:00:00 | admin | set | status: open -> dr |
2000-09-16 00:00:00 | admin | create |