Created on 2016-12-09.00:00:00 last changed 72 months ago
[ 2017-01-27 Telecon ]
Priority 3; Marshall to provide wording.
Resolved by the adoption of P1148 in San Diego.
Reported via editorial issue #165:
The following places should probably use the "Equivalent to" wording introduced in [structure.specifications]/4.
[string.cons]/18
Effects: Same as basic_string(il.begin(), il.end(), a).
[string.capacity]/3
Returns: size().
[string.capacity]/8
Effects: As if by resize(n, charT()).
[string.capacity]/16
Effects: Behaves as if the function calls: erase(begin(), end());
[string.capacity]/17
Returns: size() == 0.
[string.insert]/27
Effects: As if by insert(p, il.begin(), il.end()).
Returns: An iterator which refers to the copy of the first inserted character, or p if i1 is empty.
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-11-25 18:34:32 | admin | set | status: new -> resolved |
2017-01-30 15:36:02 | admin | set | messages: + msg8817 |
2016-12-09 00:00:00 | admin | create |