Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 3886 invoked from network); 26 Jun 2008 17:32:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 17:32:43 -0000 Received: (qmail 80586 invoked by uid 500); 26 Jun 2008 17:32:44 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 80565 invoked by uid 500); 26 Jun 2008 17:32:44 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 80554 invoked by uid 99); 26 Jun 2008 17:32:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 10:32:44 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=PLING_QUERY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 17:31:54 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m5QHWCgK025452 for ; Thu, 26 Jun 2008 17:32:12 GMT 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: !ERROR! from gcc 4.3? Date: Thu, 26 Jun 2008 11:31:37 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: !ERROR! from gcc 4.3? Thread-Index: AcjXsXu7L7U6LuudR0ysk0TLt5qYVwAAPmeg References: From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org NVM. I found it. > -----Original Message----- > From: Eric Lemings [mailto:Eric.Lemings@roguewave.com]=20 > Sent: Thursday, June 26, 2008 11:24 AM > To: dev@stdcxx.apache.org > Subject: !ERROR! from gcc 4.3? >=20 > =20 > Any idea why the GCC 4.3 preprocessor is translating this: > =20 > template > class reference_wrapper > { > _Type* _C_ptr; >=20 > public: >=20 > typedef _Type type; > ... >=20 > to this: > =20 > template > class reference_wrapper > { > _Type* _C_ptr; >=20 > public: >=20 > typedef _Type !ERROR!; > ... >=20 > Brad. >=20