[PUSHED] Re: [PATCH] Convert SV_PTRARR with std::deque

2012-04-02 Thread Michael Stahl
On 26/03/12 17:01, Kohei Yoshida wrote: On Sat, 2012-03-24 at 23:41 +0100, Bartosz wrote: Hi I converted the SV PTRARR to std::deque in sw component. Could you please check and push this path? This and later contributions is licensed under MPL 1.1 / GPL v3+ / LGPL v3+. hi Bartosz, good to

Re: [PATCH] Convert SV_PTRARR with std::deque

2012-03-26 Thread Kohei Yoshida
On Sat, 2012-03-24 at 23:41 +0100, Bartosz wrote: Hi I converted the SV PTRARR to std::deque in sw component. Could you please check and push this path? This and later contributions is licensed under MPL 1.1 / GPL v3+ / LGPL v3+. I'm not a writer guy, and my understanding with these hideous

Re: [PATCH] Convert SV_PTRARR with std::deque

2012-03-26 Thread Kohei Yoshida
On Mon, 2012-03-26 at 11:01 -0400, Kohei Yoshida wrote: First off, it's my understanding that the old container took ownership of the contained elements i.e. when the pointer that points to an instance is removed from the container it would call delete on that pointer to delete the object.

[PATCH] Convert SV_PTRARR with std::deque

2012-03-25 Thread Bartosz
Hi I converted the SV PTRARR to std::deque in sw component. Could you please check and push this path? This and later contributions is licensed under MPL 1.1 / GPL v3+ / LGPL v3+. Best Regards Bartosz From a0291c115fa588b7e0d2faeb0df38c7a8f694004 Mon Sep 17 00:00:00 2001 From: Bartosz