Re: [PATCH] __debug::list use C++11 direct initialization

2018-10-17 Thread François Dumont
I've just reverted the controversial changes. 2018-10-18  François Dumont      Partial revert.     2018-10-08  François Dumont      * include/debug/list (list<>::cbegin()): Use C++11 direct     initialization.     (list<>::cend()): Likewise.     (list<>::erase(const_iterator,

Re: [PATCH] __debug::list use C++11 direct initialization

2018-10-16 Thread Jonathan Wakely
On 16/10/18 07:06 +0200, François Dumont wrote: On 10/15/2018 12:07 PM, Jonathan Wakely wrote: On 09/10/18 07:11 +0200, François Dumont wrote: Here is the communication for my yesterday's patch which I thought svn had failed to commit (I had to interrupt it). Similarly to what I've done for

Re: [PATCH] __debug::list use C++11 direct initialization

2018-10-15 Thread François Dumont
On 10/15/2018 12:07 PM, Jonathan Wakely wrote: On 09/10/18 07:11 +0200, François Dumont wrote: Here is the communication for my yesterday's patch which I thought svn had failed to commit (I had to interrupt it). Similarly to what I've done for associative containers here is a cleanup of the

Re: [PATCH] __debug::list use C++11 direct initialization

2018-10-15 Thread Jonathan Wakely
On 09/10/18 07:11 +0200, François Dumont wrote: Here is the communication for my yesterday's patch which I thought svn had failed to commit (I had to interrupt it). Similarly to what I've done for associative containers here is a cleanup of the std::__debug::list implementation leveraging

[PATCH] __debug::list use C++11 direct initialization

2018-10-08 Thread François Dumont
Here is the communication for my yesterday's patch which I thought svn had failed to commit (I had to interrupt it). Similarly to what I've done for associative containers here is a cleanup of the std::__debug::list implementation leveraging more on C++11 direct initialization. I also made