This is the mail archive of the gcc-bugs@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: Nested class forwarded definition: Not supported.


Markus Schutz wrote:
> 
> I found the following unsuported feature in EGCS-1.1.1:
> Nested class forwarded definition is not supported.
You are incorrect, forward declaration of nested is supported.
The problem with the code you post is that you are attempting to declare a
member with an incomplete type. This would happen regardless of whether Nested
was a member of Base or not.


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