From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9363 invoked by alias); 14 Jan 2008 11:07:48 -0000 Received: (qmail 9355 invoked by uid 22791); 14 Jan 2008 11:07:47 -0000 X-Spam-Check-By: sourceware.org Received: from exprod6og103.obsmtp.com (HELO exprod6og103.obsmtp.com) (64.18.1.185) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jan 2008 11:07:26 +0000 Received: from source ([192.150.11.134]) by exprod6ob103.postini.com ([64.18.5.12]) with SMTP; Mon, 14 Jan 2008 03:07:22 PST Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id m0EB4vin001228; Mon, 14 Jan 2008 03:04:57 -0800 (PST) Received: from fe1.corp.adobe.com (fe1.corp.adobe.com [10.8.192.70]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id m0EB7LRC000647; Mon, 14 Jan 2008 03:07:21 -0800 (PST) Received: from namailgen.corp.adobe.com ([10.8.192.91]) by fe1.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 Jan 2008 03:07:21 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Please help with these two errors Date: Tue, 15 Jan 2008 15:17:00 -0000 Message-ID: References: <14796132.post@talk.nabble.com> From: "John (Eljay) Love-Jensen" To: "mahmoodn" , X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg00124.txt.bz2 Hi mahmoodn, > shall I remove typename?:confused: I would, since it violates C++ to have it there. I'm surprised the warning message didn't mention something to that effect. = (It did with my GCC.) As GCC's C++ moves forward from version to version, it tends to become more= and more compliant with ISO 14882. HTH, --Eljay