Created on 2013-04-23.00:00:00 last changed 105 months ago
Proposed resolution:
Add to [dynarray.overview] p2:
-2- A dynarray satisfies all of the requirements of a container and of a reversible container ([container.requirements]), except for default construction, assignment and swap. Unless otherwise specified, all dynarray operations have the same requirements and semantics as specified in [container.requirements].
[ 2014/11 Urbana ]
Held at Ready status, pending clarification of Arrays TS
[ 2014-06-16 Rapperswil ]
Move to Ready
[ 2014-06-06 pre-Rapperswil ]
This issue has been reopened as arrays-ts.
[ 2013-09 Chicago: ]
Move to Deferred. This feature will ship after C++14 and should be revisited then.
Addresses: arrays.ts
[dynarray.overview] p2 says:
"Unless otherwise specified, all dynarray operations have the same requirements and semantics as specified in [container.requirements]."
Some differences from [container.requirements] are not explicitly specified, including at least the lack of a default constructor, copy assignment and swap member.
The wording could be similar to [array.overview] which says "An array satisfies all of the requirements of a container and of a reversible container ([container.requirements]), except that a default constructed array object is not empty and that swap does not have constant complexity."History | |||
---|---|---|---|
Date | User | Action | Args |
2016-03-08 23:03:34 | admin | set | status: ready -> open |
2014-11-08 19:44:42 | admin | set | status: voting -> ready |
2014-11-08 18:01:47 | admin | set | messages: + msg7187 |
2014-11-04 10:26:50 | admin | set | status: ready -> voting |
2014-06-16 23:14:34 | admin | set | messages: + msg7046 |
2014-06-16 23:14:34 | admin | set | status: open -> ready |
2014-06-06 21:18:30 | admin | set | messages: + msg6989 |
2014-06-06 21:18:30 | admin | set | status: deferred -> open |
2013-09-26 11:12:18 | admin | set | messages: + msg6626 |
2013-09-26 11:12:18 | admin | set | status: new -> deferred |
2013-05-20 16:57:50 | admin | set | messages: + msg6518 |
2013-04-23 00:00:00 | admin | create |