On 14 November 2015 at 00:56, Jonathan Wakely wrote:
> On 13 November 2015 at 23:53, David Edelsohn wrote:
>> On Fri, Nov 13, 2015 at 1:40 PM, David Edelsohn wrote:
>>> http://www.cplusplus.com/reference/string/basic_string/reserve/
>>>
>>> "Note that the resulting string capacity may be equal o
On 13 November 2015 at 23:53, David Edelsohn wrote:
> On Fri, Nov 13, 2015 at 1:40 PM, David Edelsohn wrote:
>> http://www.cplusplus.com/reference/string/basic_string/reserve/
>>
>> "Note that the resulting string capacity may be equal or greater than n."
>>
>> The current testcase verifies that
On Fri, Nov 13, 2015 at 1:40 PM, David Edelsohn wrote:
> http://www.cplusplus.com/reference/string/basic_string/reserve/
>
> "Note that the resulting string capacity may be equal or greater than n."
>
> The current testcase verifies that the capacity is exactly equal to
> the length of the string