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,
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.
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 hid
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 Kosior