Re: [PUSHED] Re: [PATCH] Convert SV_DECL_PTRARR_SORT (8)

2012-07-14 Thread Noel Grandin
On 2012-07-13 07:06, David Tardon wrote: Let me add a few nitpicks :-) Thanks. Your suggestions will be implemented in the next patch set I push out. Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing list LibreOffice@lis

Re: [PUSHED] Re: [PATCH] Convert SV_DECL_PTRARR_SORT (8)

2012-07-12 Thread David Tardon
Hi, On Thu, Jul 12, 2012 at 02:16:50PM +0200, Michael Stahl wrote: > On 11/07/12 13:41, Noel Grandin wrote: > > Hi > > > > These patches convert various places to use normal STL containers. > > > > Particular attention should be paid to patch 0007, since it introduces a > > new template contain

[PUSHED] Re: [PATCH] Convert SV_DECL_PTRARR_SORT (8)

2012-07-12 Thread Michael Stahl
On 11/07/12 13:41, Noel Grandin wrote: > Hi > > These patches convert various places to use normal STL containers. > > Particular attention should be paid to patch 0007, since it introduces a > new template container class sorted_vector > > These patches all pass a full "make check" thanks, pu