RE: [PATCH] dynatype.cpp example and MSVC

2007-03-30 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 9:38 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] dynatype.cpp example and MSVC > Excellent! Can I ask you to do the usual two things: > >

RE: [PATCH] dynatype.cpp example and MSVC

2007-03-30 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 9:38 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] dynatype.cpp example and MSVC > [...] > > The dynatype::operator= (const dynatype::map&a

Re: [PATCH] dynatype.cpp example and MSVC

2007-03-29 Thread Martin Sebor
:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 10:35 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] dynatype.cpp example and MSVC This looks familiar. Didn't I already review this patch? [...searching archives...] I see you original patch in our archive (http://tinyurl.com/y

Re: [PATCH] dynatype.cpp example and MSVC

2007-03-29 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 10:35 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] dynatype.cpp example and MSVC This looks familiar. Didn't I already review this patch? [...sear

RE: [PATCH] dynatype.cpp example and MSVC

2007-03-29 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 28, 2007 10:35 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] dynatype.cpp example and MSVC > > This looks familiar. Didn't I already review this

Re: [PATCH] dynatype.cpp example and MSVC

2007-03-28 Thread Martin Sebor
This looks familiar. Didn't I already review this patch? [...searching archives...] I see you original patch in our archive (http://tinyurl.com/ywxq9w) but I can't find my reply there. I was able to find it here though: http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg02760.html b

[PATCH] dynatype.cpp example and MSVC

2007-03-28 Thread Farid Zaripov
Attached is a patch for the dynatype example to get compiled on MSVC 7.1 and MSVC 8.0. Farid. Index: dynatype.cpp === --- dynatype.cpp(revision 522931) +++ dynatype.cpp(working copy) @@ -2,7 +2,7 @@ * * dynatyp

Re: [PATCH] dynatype.cpp

2007-03-07 Thread Martin Sebor
Farid Zaripov wrote: Below is a patch of dynatype.cpp example to get compiled on MSVC. ChangeLog: * dynatype.cpp: protortype dynatype::remove > changed to dynatype::remove; protortype dynatype::copy > changed to dynatype::copy; removed dynatype::operator= >; added code to get com

[PATCH] dynatype.cpp

2007-03-07 Thread Farid Zaripov
Below is a patch of dynatype.cpp example to get compiled on MSVC. ChangeLog: * dynatype.cpp: protortype dynatype::remove > changed to dynatype::remove; protortype dynatype::copy > changed to dynatype::copy; removed dynatype::operator= >; added code to get compiled on MSVC