RE: [PATCH] std::list container tests

2007-01-22 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Monday, January 22, 2007 1:09 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] std::list container tests > > Thanks. I've spent some time going through the patch and

RE: [PATCH] std::list container tests

2007-01-22 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Monday, January 22, 2007 1:28 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] std::list container tests > > This should be removed from rw_value.h: > > +/* > +tem

Re: [PATCH] std::list container tests

2007-01-21 Thread Martin Sebor
Martin Sebor wrote: Farid Zaripov wrote: [...] The patch located here: http://zaripov.kiev.ua/src/tests.patch A couple of comments on the patch itself... This should be removed from rw_value.h: +/* +template +static _RWSTD_SIZE_T +UserPOD::mismatch (Iter it, const char* str, _RWSTD_SIZE_

Re: [PATCH] std::list container tests

2007-01-21 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Farid Zaripov [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 4:05 PM To: stdcxx-dev@incubator.apache.org Subject: [PATCH] std::list container tests The patch located here: http://zaripov.kiev.ua/src/tests.patch The

RE: [PATCH] std::list container tests

2007-01-18 Thread Farid Zaripov
> -Original Message- > From: Farid Zaripov [mailto:[EMAIL PROTECTED] > Sent: Friday, December 22, 2006 4:05 PM > To: stdcxx-dev@incubator.apache.org > Subject: [PATCH] std::list container tests > > The patch located here: http://zaripov.kiev.ua/src/tests.patch >

Re: [PATCH] std::list container tests

2007-01-16 Thread Martin Sebor
Ping? I'm anxious to review this and get it in. Farid, can you please post the ChangeLog to make the review easier? Thanks Martin Martin Sebor wrote: Farid Zaripov wrote: The patch located here: http://zaripov.kiev.ua/src/tests.patch The changelog will be posted later. Wow, this looks q

Re: [PATCH] std::list container tests

2006-12-25 Thread Martin Sebor
Farid Zaripov wrote: The patch located here: http://zaripov.kiev.ua/src/tests.patch The changelog will be posted later. Wow, this looks quite impressive! I haven't gone through the whole patch in great detail yet but it would be very helpful to have the changelog, especially to understand

[PATCH] std::list container tests

2006-12-22 Thread Farid Zaripov
The patch located here: http://zaripov.kiev.ua/src/tests.patch The changelog will be posted later. Farid.