Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 65928 invoked from network); 12 Mar 2007 17:11:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 17:11:03 -0000 Received: (qmail 45011 invoked by uid 500); 12 Mar 2007 17:11:11 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 44998 invoked by uid 500); 12 Mar 2007 17:11:11 -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 44987 invoked by uid 99); 12 Mar 2007 17:11:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 10:11:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.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, 12 Mar 2007 10:11:00 -0700 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: [Fwd: Re: svn commit: r511019 - in /incubator/stdcxx/trunk/tests: include/23.list.h src/23.containers.cpp] Date: Mon, 12 Mar 2007 19:10:37 +0200 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64384E205C@epmsa009.minsk.epam.com> In-Reply-To: <45F580EF.805@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Fwd: Re: svn commit: r511019 - in /incubator/stdcxx/trunk/tests: include/23.list.h src/23.containers.cpp] Thread-Index: Acdkw/4K7KO3r284ReuHhcVKuuifAAABTnUQ From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Monday, March 12, 2007 6:34 PM > To: stdcxx-dev@incubator.apache.org > Subject: [Fwd: Re: svn commit: r511019 - in=20 > /incubator/stdcxx/trunk/tests: include/23.list.h=20 > src/23.containers.cpp] >=20 > Farid, please make sure to correct the static inline issue in=20 > this patch before we forget. Done: http://svn.apache.org/viewvc?view=3Drev&rev=3D517283 > > + const int equal =3D size_ =3D=3D state.size_ >=20 > It probably doesn't matter (I don't think any compiler issues=20 > a warning) but I suppose the type of the constant should be int. Do you mean that here should be bool instead of int, right? Farid.