Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 94924 invoked from network); 19 Oct 2007 20:17:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 20:17:41 -0000 Received: (qmail 88670 invoked by uid 500); 19 Oct 2007 20:17:28 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 88654 invoked by uid 500); 19 Oct 2007 20:17:28 -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 88643 invoked by uid 99); 19 Oct 2007 20:17:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 13:17:28 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG 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; Fri, 19 Oct 2007 20:17:31 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9JKH6sW001358 for ; Fri, 19 Oct 2007 20:17:06 GMT Received: from [10.70.3.143] ([10.70.3.143]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 19 Oct 2007 14:16:34 -0600 Message-ID: <471910C5.6060509@roguewave.com> Date: Fri, 19 Oct 2007 14:17:09 -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: svn commit: r586502 - /incubator/stdcxx/branches/4.2.0/include/rw/_config-msvcrt.h References: <20071019153011.85CD11A9832@eris.apache.org> <4718D280.1070404@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64380117EC90@epmsa009.minsk.epam.com> <4718DDF9.8000507@roguewave.com> In-Reply-To: <4718DDF9.8000507@roguewave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Oct 2007 20:16:34.0578 (UTC) FILETIME=[F20DEF20:01C8128C] X-Virus-Checked: Checked by ClamAV on apache.org Martin Sebor wrote: > Farid Zaripov wrote: [...] >> I think we can also include the following patch in 4.2.0 release: >> http://www.nabble.com/__rw_once-warnings-in-non-reentrant-Windows-builds >> --tf4634599.html#a13295746 > > This makes it possible to do non-reentrant builds with MSVC 8 > just like with MSVC 7, correct? I.e., it makes the 8s and 11s > build types non-reentrant when using MSVC 8, as they are in > stdcxx 4.1.3 (when using MSVC 7). If you're comfortable that > the patch is good for all compilers and build types I have no > objection. Does anyone have a problem with this? Since I haven't heard any objections I'm going to put this in. Martin