Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 33745 invoked from network); 28 Mar 2007 19:35:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 19:35:05 -0000 Received: (qmail 72896 invoked by uid 500); 28 Mar 2007 19:35:00 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 72847 invoked by uid 500); 28 Mar 2007 19:35:00 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 72367 invoked by uid 99); 28 Mar 2007 19:34:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 12:34:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 12:34:49 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l2SJYMGS001604 for ; Wed, 28 Mar 2007 19:34:22 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 28 Mar 2007 13:34:17 -0600 Message-ID: <460AC348.5070503@roguewave.com> Date: Wed, 28 Mar 2007 13:34:32 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] dynatype.cpp example and MSVC References: <460A92D1.4070208@epam.com> In-Reply-To: <460A92D1.4070208@epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Mar 2007 19:34:17.0463 (UTC) FILETIME=[13222870:01C77170] X-Virus-Checked: Checked by ClamAV on apache.org 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 but I haven't found any further follow-ups on the issues I raised, either from you or anyone else. Martin Farid Zaripov wrote: > Attached is a patch for the dynatype example to get compiled on MSVC > 7.1 and MSVC 8.0. > > Farid. >