Created on 2012-07-13.00:00:00 last changed 147 months ago
Proposed resolution:
This wording is relative to N3376.
Change Table 96 — "Container requirements" in [container.requirements.general]:
Expression | Return type | Operational semantics | Assertion/note pre-/post-condition | Complexity |
---|---|---|---|---|
r = a | X& |
Requires: T is CopyInsertable into X. post: r == a. |
linear |
[ 2012, Portland: Move to Tentatively NAD ]
Howard notes that this may be a difficult requirement for std::array
We already have this requirement for allocator aware containers, and std::array already adds the appropriate extra requirement.
We say the necessary things in the necessary places, but the container requirements continue to cause confusion in where we sometimes say things. Consensus is that this issue remains NAD though.
Table 96 defines the general requirement for copy assignment (row 23, page 704) as:
Expression | Return type | Operational semantics | Assertion/note pre-/post-condition | Complexity |
---|---|---|---|---|
r = a | X& | post: r == a. | linear |
However there is no requirement that T is CopyInsertable into X.
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-10-20 00:32:14 | admin | set | messages: + msg6195 |
2012-10-20 00:32:14 | admin | set | status: new -> nad |
2012-08-05 22:07:17 | admin | set | messages: + msg6104 |
2012-07-13 00:00:00 | admin | create |