This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Namespace bug?


> Date: Wed, 17 Feb 1999 10:21:22 +0100
> From: =?iso-8859-1?Q?Hans=2DJ=F6rg?= Fischer <fischer@zkm.de>

> I am sorry, I should habe read them first. However, the files you
> name form part of the MICO distribution which is really
> complex. Therefore, I decided not to include them in my eMail.

Complexity isn't a good reason to not submit a bug report.  g++ -E
will include all necessary bits (if the bug can be show by one
translation unit).

> Is it correct therefore that I cannot partition a class
> implementation into different source files?

No.  You can do that all you want, what you are required to do, is
define all virtual members.

> Is this according to standard C++ specs?

Yes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]