From dev-return-7135-apmail-stdcxx-dev-archive=stdcxx.apache.org@stdcxx.apache.org Tue Mar 25 15:00:10 2008 Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 57292 invoked from network); 25 Mar 2008 15:00:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 15:00:10 -0000 Received: (qmail 95488 invoked by uid 500); 25 Mar 2008 15:00:09 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 95478 invoked by uid 500); 25 Mar 2008 15:00:09 -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 95469 invoked by uid 99); 25 Mar 2008 15:00:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 08:00:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Tue, 25 Mar 2008 14:59:20 +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: NEW_OFLOW_SAFE config test Date: Tue, 25 Mar 2008 16:59:38 +0200 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE643801E23FB5@epmsa009.minsk.epam.com> In-Reply-To: <47E90F1A.3040800@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NEW_OFLOW_SAFE config test Thread-Index: AciOhmmsIerpljgKT2m5qdY5+PgSzgAAct/g References: <47E85969.2010203@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE643801E23CC0@epmsa009.minsk.epam.com> <47E90F1A.3040800@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: Tuesday, March 25, 2008 4:42 PM > To: dev@stdcxx.apache.org > Subject: Re: NEW_OFLOW_SAFE config test >=20 > Farid Zaripov wrote: > > Hmm. The NEW_THROWS.cpp before this change also used=20 > size_t without=20 > > including the stddef.h: > >=20 > http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/src/NEW_T > HROWS.cpp? > > revision=3D611451&view=3Dmarkup&pathrev=3D634731 >=20 > But it included stdio.h, didn't it? And stdio defines size_t. > No big deal though. we caught it early enough that we can fix=20 > it without it having caused any major problems. Ok. Let me add the #include in all config tests where size_t type is used for the reliability. Farid.