Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 90666 invoked from network); 18 Oct 2007 21:16:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 21:16:01 -0000 Received: (qmail 58416 invoked by uid 500); 18 Oct 2007 21:15:49 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 58398 invoked by uid 500); 18 Oct 2007 21:15:49 -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 58385 invoked by uid 99); 18 Oct 2007 21:15:49 -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:15:49 -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:15:53 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9ILD3LM001461 for ; Thu, 18 Oct 2007 21:13:04 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: HA: status of fix for incompatibilities in exception classes on Windows Date: Thu, 18 Oct 2007 15:13:57 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HA: status of fix for incompatibilities in exception classes on Windows Thread-Index: AcgRyoEoK77I1sHXRvaA3uOwbi+H8wAAGB7w References: <47178091.9080406@roguewave.com> <4717AEDC.20901@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64383C3E72@epmsa009.minsk.epam.com> <4717C95D.80602@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 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. >> =20 >> I think, that this patch should be applied to=20 >_config_msvcrt.h, not to _config-msvc.h.=20 > >Thank you, sir! > >Corrected thusly: > http://svn.apache.org/viewvc?rev=3D586131&view=3Drev > http://svn.apache.org/viewvc?rev=3D586132&view=3Drev > >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.