Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 93108 invoked from network); 18 Oct 2007 21:24:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 21:24:29 -0000 Received: (qmail 75233 invoked by uid 500); 18 Oct 2007 21:24:17 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 75217 invoked by uid 500); 18 Oct 2007 21:24:17 -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 75206 invoked by uid 99); 18 Oct 2007 21:24:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 14:24:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Thu, 18 Oct 2007 21:24:21 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9ILKfPB001829 for ; Thu, 18 Oct 2007 21:20:41 GMT Received: from [10.70.3.143] ([10.70.3.143]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 Oct 2007 15:21:30 -0600 Message-ID: <4717CE68.4070303@roguewave.com> Date: Thu, 18 Oct 2007 15:21:44 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: HA: status of fix for incompatibilities in exception classes on Windows References: <47178091.9080406@roguewave.com> <4717AEDC.20901@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64383C3E72@epmsa009.minsk.epam.com> <4717C95D.80602@roguewave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Oct 2007 21:21:30.0084 (UTC) FILETIME=[D98B3A40:01C811CC] X-Virus-Checked: Checked by ClamAV on apache.org Travis Vitek wrote: > > > Martin Sebor wrote: >> Farid Zaripov wrote: >>>> From: Travis Vitek wrote: >>>> >>>> That is fine. >>>> >>>> >>>> 2007-10-18 Travis Vitek >>>> >>>> * _config-msvc.h [_RWSTD_VER_MAJOR]: Define configuration >>>> macros to enable binary compatibility with 4.1.3 on MSVC. >>> >>> I think, that this patch should be applied to >> _config_msvcrt.h, not to _config-msvc.h. >> >> Thank you, sir! >> >> Corrected thusly: >> http://svn.apache.org/viewvc?rev=586131&view=rev >> http://svn.apache.org/viewvc?rev=586132&view=rev >> >> Martin >> > > Thank you for that. I didn't realize that _config_msvcrt.h was even in > there. Now I see that it is a shared header used by both the Intel and > Microsoft compilers on Win32. I forgot about it myself, even though the thought of doing the same thing for Intel C++ had briefly crossed my mind (only to vanish into the dark recesses of my cranium...;) Martin