Re: Tests fixes and debug vector pendantic capacity management change

2014-12-20 Thread François Dumont
On 20/12/2014 19:09, Jonathan Wakely wrote: There are also 2 tests that XPASS: XPASS: experimental/string_view/element_access/char/2.cc execution test XPASS: experimental/string_view/element_access/wchar_t/2.cc execution test Debug assertions has been commented about because not compatib

Re: Tests fixes and debug vector pendantic capacity management change

2014-12-20 Thread Jonathan Wakely
On 20/12/14 17:29 +0100, François Dumont wrote: Hi Following a discussion on Reflector that has been reported to me, people are complaining about management of the vector capacity in the pedantic debug mode. Even if it is not crystal clear in the Standard there seems to be a consensus that

Tests fixes and debug vector pendantic capacity management change

2014-12-20 Thread François Dumont
Hi Following a discussion on Reflector that has been reported to me, people are complaining about management of the vector capacity in the pedantic debug mode. Even if it is not crystal clear in the Standard there seems to be a consensus that clear shouldn't impact it. So here is a simple