Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 75377 invoked from network); 13 Jan 2006 14:10:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 14:10:19 -0000 Received: (qmail 87953 invoked by uid 500); 13 Jan 2006 14:10:16 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 87650 invoked by uid 500); 13 Jan 2006 14:10:12 -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 87561 invoked by uid 99); 13 Jan 2006 14:10:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 06:10:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of AntonP@moscow.vdiweb.com designates 195.210.189.132 as permitted sender) Received: from [195.210.189.132] (HELO mail.moscow.vdiweb.com) (195.210.189.132) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 06:10:08 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Re: test for lib.alg.rotate Date: Fri, 13 Jan 2006 17:09:45 +0300 Message-ID: <4D6A8407B7AC6F4D95B0E55C4E7C4C62037A2560@exmsk.moscow.vdiweb.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: test for lib.alg.rotate Thread-Index: AcYXm+F2N0czBpANSaew8xvQJA+4sQAfhTJA From: "Anton Pevtsov" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Martin,=20 I see that you have changed "#include " to "#include " in the test for lib.alg.rotate.=20 But for the current SVN version this change results in the compilation error: 25.rotate.cpp(28) : fatal error C1083: Cannot open include file: 'snprintfa.h': No such file or directory And it seems that the snprintfa.h header is really absent in the project. Is it missed? With best wishes, Anton Pevtsov -----Original Message----- From: Martin Sebor [mailto:sebor@roguewave.com]=20 Sent: Thursday, January 12, 2006 20:19 To: stdcxx-dev@incubator.apache.org Subject: Re: test for lib.alg.rotate Anton Pevtsov wrote: > The attached file contains my attempt to update lib.alg.reverse test=20 > and port it to new test driver. Looks good. Committed here: http://svn.apache.org/viewcvs.cgi?rev=3D368411&view=3Drev Thanks! Martin