Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 29237 invoked from network); 22 Sep 2006 14:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 14:17:49 -0000 Received: (qmail 47246 invoked by uid 500); 22 Sep 2006 14:17:49 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 47233 invoked by uid 500); 22 Sep 2006 14:17:49 -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 47222 invoked by uid 99); 22 Sep 2006 14:17:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 07:17:49 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=FaridZ@kyiv.vdiweb.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain kyiv.vdiweb.com from 212.82.213.172 cause and error) Received: from [212.82.213.172] ([212.82.213.172:33203] helo=exkiv.kyiv.vdiweb.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 2A/7C-06791-580F3154 for ; Fri, 22 Sep 2006 07:17:46 -0700 Content-class: urn:content-classes:message Subject: RE: svn commit: r448754 [2/6] - /incubator/stdcxx/trunk/util/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 22 Sep 2006 17:17:34 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r448754 [2/6] - /incubator/stdcxx/trunk/util/ Thread-Index: Acbd4AHb2nEFIEfYQamTyCNOj2djHAAZY9pAAALUlmA= From: "Farid Zaripov" To: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Farid Zaripov [mailto:FaridZ@kyiv.vdiweb.com]=20 > Sent: Friday, September 22, 2006 4:08 PM > To: stdcxx-dev@incubator.apache.org > Subject: RE: svn commit: r448754 [2/6] - /incubator/stdcxx/trunk/util/ And const_cast is needed to satisfy MSVC 7.0: scanner.cpp(748) : error C2446: '=3D=3D' : no conversion from 'char ** ' = to 'const char ** ' Conversion loses qualifiers util/scanner.cpp; line 748: if (!multi && pend =3D=3D _RWSTD_CONST_CAST (const char**, &end) = && **pend) =20 Farid.