From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6112 invoked by alias); 29 Aug 2007 13:19:21 -0000 Received: (qmail 5800 invoked by uid 22791); 29 Aug 2007 13:19:15 -0000 X-Spam-Check-By: sourceware.org Received: from mailhost.cs.tamu.edu (HELO postal.cs.tamu.edu) (128.194.138.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Aug 2007 13:19:03 +0000 Received: from soliton.cs.tamu.edu (vpn-23.cs.tamu.edu [128.194.150.23]) by postal.cs.tamu.edu (Postfix) with ESMTP id 8C82846DE05; Wed, 29 Aug 2007 08:19:01 -0500 (CDT) Received: by soliton.cs.tamu.edu (Postfix, from userid 1000) id E8D851AAF7; Wed, 29 Aug 2007 08:25:41 -0500 (CDT) To: "Andrew Pinski" Cc: gcc-bugzilla@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: [Bug c++/29365] Unnecessary anonymous namespace warnings References: <20070829031504.14515.qmail@sourceware.org> From: Gabriel Dos Reis In-Reply-To: Date: Wed, 29 Aug 2007 13:19:00 -0000 Message-ID: <87veayzd4a.fsf@soliton.cs.tamu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg02158.txt.bz2 "Andrew Pinski" writes: | On 29 Aug 2007 03:15:04 -0000, bangerth at dealii dot org | wrote: | > It is a good question in itself whether pimpl_ has a type at all -- it's a | > pointer to an incomplete type in any case :-) | | All types in C++ are exported (well except for anonymous namespace | types) including incomplete types. What does not could mean in C++? -- Gaby