Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-16 Thread Jonathan Wakely
On 16/05/17 12:48 +0100, Jonathan Wakely wrote: On 11/05/17 22:31 +0200, François Dumont wrote: On 10/05/2017 22:44, François Dumont wrote: On 10/05/2017 11:28, Jonathan Wakely wrote: On 10/05/17 11:15 +0200, Paolo Carlini wrote: Hi, On 10/05/2017 11:12, Jonathan Wakely wrote: Looks good to

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-16 Thread Jonathan Wakely
On 11/05/17 22:31 +0200, François Dumont wrote: On 10/05/2017 22:44, François Dumont wrote: On 10/05/2017 11:28, Jonathan Wakely wrote: On 10/05/17 11:15 +0200, Paolo Carlini wrote: Hi, On 10/05/2017 11:12, Jonathan Wakely wrote: Looks good to me. Paolo, what do you think about bumping the v

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-11 Thread François Dumont
On 10/05/2017 22:44, François Dumont wrote: On 10/05/2017 11:28, Jonathan Wakely wrote: On 10/05/17 11:15 +0200, Paolo Carlini wrote: Hi, On 10/05/2017 11:12, Jonathan Wakely wrote: Looks good to me. Paolo, what do you think about bumping the versioned namespace and SONAME to 8? Sure, makes

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-10 Thread François Dumont
On 10/05/2017 11:28, Jonathan Wakely wrote: On 10/05/17 11:15 +0200, Paolo Carlini wrote: Hi, On 10/05/2017 11:12, Jonathan Wakely wrote: Looks good to me. Paolo, what do you think about bumping the versioned namespace and SONAME to 8? Sure, makes sense to me too. Please commit it then, Fra

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-10 Thread Jonathan Wakely
On 10/05/17 11:15 +0200, Paolo Carlini wrote: Hi, On 10/05/2017 11:12, Jonathan Wakely wrote: Looks good to me. Paolo, what do you think about bumping the versioned namespace and SONAME to 8? Sure, makes sense to me too. Please commit it then, François - thanks!

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-10 Thread Paolo Carlini
Hi, On 10/05/2017 11:12, Jonathan Wakely wrote: Looks good to me. Paolo, what do you think about bumping the versioned namespace and SONAME to 8? Sure, makes sense to me too. Paolo.

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-10 Thread Jonathan Wakely
On 09/05/17 22:03 +0200, François Dumont wrote: On 05/05/2017 15:08, Jonathan Wakely wrote: On 04/05/17 22:16 +0200, François Dumont wrote: Hi Here is the patch to remove the useless _Is_pod_comparator _Rb_tree_impl template parameter. As this is an ABI breaking change it is limited to the

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-09 Thread François Dumont
On 05/05/2017 15:08, Jonathan Wakely wrote: On 04/05/17 22:16 +0200, François Dumont wrote: Hi Here is the patch to remove the useless _Is_pod_comparator _Rb_tree_impl template parameter. As this is an ABI breaking change it is limited to the versioned namespace mode and the patch also bum

Re: Bump version namespace and remove _Rb_tree useless template parameter

2017-05-05 Thread Jonathan Wakely
On 04/05/17 22:16 +0200, François Dumont wrote: Hi Here is the patch to remove the useless _Is_pod_comparator _Rb_tree_impl template parameter. As this is an ABI breaking change it is limited to the versioned namespace mode and the patch also bump the namespace version. Working on thi