Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 25456 invoked from network); 24 Mar 2008 15:10:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2008 15:10:41 -0000 Received: (qmail 21356 invoked by uid 500); 24 Mar 2008 15:10:40 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 21289 invoked by uid 500); 24 Mar 2008 15:10:40 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 21280 invoked by uid 99); 24 Mar 2008 15:10:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 08:10:40 -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: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 15:10:01 +0000 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: svn commit: r638369 - in /stdcxx/trunk/include: loc/_num_get.cc loc/_num_get.h rw/_iosfwd.h Date: Mon, 24 Mar 2008 17:10:09 +0200 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE643801E23BB0@epmsa009.minsk.epam.com> In-Reply-To: <47E7BD65.50201@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r638369 - in /stdcxx/trunk/include: loc/_num_get.cc loc/_num_get.h rw/_iosfwd.h Thread-Index: AciNvhqB3XukRlE9QHiQBG+9OdaJhgAAtb6Q References: <20080318140918.6E4031A983A@eris.apache.org> <47E14334.2000405@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE643801E23B7B@epmsa009.minsk.epam.com> <47E7BD65.50201@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor > Sent: Monday, March 24, 2008 4:41 PM > To: dev@stdcxx.apache.org > Subject: Re: svn commit: r638369 - in /stdcxx/trunk/include:=20 > loc/_num_get.cc loc/_num_get.h rw/_iosfwd.h >=20 > Farid Zaripov wrote: > > I have tested on MSVC 7.1 and found no problems. The > > __rw_check_overflow_{short|int}() > > are not exported from library and can't be called directly, only=20 > > through num_get<>::get(). >=20 > I assume you tested with both debug and optimized shared lib builds. I tested 15d and 15s builds on both MSVC and gcc. Let me check the optimized builds also. Farid.