Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 25462 invoked from network); 12 Nov 2007 10:11:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 10:11:20 -0000 Received: (qmail 35849 invoked by uid 500); 12 Nov 2007 10:11:08 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 35838 invoked by uid 500); 12 Nov 2007 10:11:08 -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 35825 invoked by uid 99); 12 Nov 2007 10:11:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 02:11:07 -0800 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, 12 Nov 2007 10:11:11 +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: difference in the icecream example on Windows Date: Mon, 12 Nov 2007 12:10:47 +0200 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64380134E864@epmsa009.minsk.epam.com> In-Reply-To: <4737E43F.3030602@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: difference in the icecream example on Windows Thread-Index: Acgk7Mu3QnXn8TmGTKmbx0HvGKalaAAJfrIg References: <4737E43F.3030602@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, November 12, 2007 7:27 AM > To: stdcxx-dev@incubator.apache.org > Subject: difference in the icecream example on Windows >=20 > We have a DIFF in the icecream example on Windows. Is this a=20 > known problem? I don't see anything in Jira and I don't have=20 > access to a Windows box right now. When I've run icecream example manually, I've got the example output identical to out/icecream.out, but when I've run the example using exec utility, I've got the different result. After some debugging I've found that eventComparator is comparing pointers to event instead of comparing the event objects. And also event::operator>(const event*) is useless because it would be used for comparing event with const event* only. I've created the corresponding issue and attached the patch: https://issues.apache.org/jira/browse/STDCXX-661 Farid.