Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-26 Thread François Dumont
Hi     I am eventually working on another implementation to acheive the same result with less changes and codes. I think you'll prefer this one.     So don't spend any time on this patch proposal, a new one will come in a couple of days. François

Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-01 Thread Jonathan Wakely
On 01/08/19 13:52 +0100, Jonathan Wakely wrote: On 01/08/19 13:31 +0200, Daniel Krügler wrote: Am Do., 1. Aug. 2019 um 13:01 Uhr schrieb Jonathan Wakely : On 01/08/19 12:36 +0200, Daniel Krügler wrote: Am Do., 1. Aug. 2019 um 11:57 Uhr schrieb Jonathan Wakely : More comments inline below ..

Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-01 Thread Jonathan Wakely
On 01/08/19 13:31 +0200, Daniel Krügler wrote: Am Do., 1. Aug. 2019 um 13:01 Uhr schrieb Jonathan Wakely : On 01/08/19 12:36 +0200, Daniel Krügler wrote: >Am Do., 1. Aug. 2019 um 11:57 Uhr schrieb Jonathan Wakely : >> >> More comments inline below ... >[..] >> >> >François >> > >> >On 6/19/19 7

Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-01 Thread Daniel Krügler
Am Do., 1. Aug. 2019 um 13:01 Uhr schrieb Jonathan Wakely : > > On 01/08/19 12:36 +0200, Daniel Krügler wrote: > >Am Do., 1. Aug. 2019 um 11:57 Uhr schrieb Jonathan Wakely > >: > >> > >> More comments inline below ... > >[..] > >> > >> >François > >> > > >> >On 6/19/19 7:32 PM, François Dumont wro

Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-01 Thread Jonathan Wakely
On 01/08/19 12:36 +0200, Daniel Krügler wrote: Am Do., 1. Aug. 2019 um 11:57 Uhr schrieb Jonathan Wakely : More comments inline below ... [..] >François > >On 6/19/19 7:32 PM, François Dumont wrote: >>I wanted to implement Debug overloads for those already existing >>overloads but then reali

Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-01 Thread Daniel Krügler
Am Do., 1. Aug. 2019 um 11:57 Uhr schrieb Jonathan Wakely : > > More comments inline below ... [..] > > >François > > > >On 6/19/19 7:32 PM, François Dumont wrote: > >>I wanted to implement Debug overloads for those already existing > >>overloads but then realized that those algos could be generali

Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads

2019-08-01 Thread Jonathan Wakely
On 26/07/19 07:06 +0200, François Dumont wrote: A new version with tests added at the right place, in 25_algorithms, next to the existing basic ones. Ok to commit ? Are there any benchmarks showing the performance improvements? It *should* be faster, but it's a lot of complicated code to add