Re: [boost] [mpl] as_sequence< X< Y > > instantiates typedefs in X<Y >

I had run into a problem once where I had a forward declare of a type, and then the type was declared below a template- the template was trying to get to a type in the forward declared class, when I derived from the class, I was able to get it to compile. this was months ago and my memory could be wrong (I was also very tired when I wrote that). ----Original Message----- From: boost-bounces@lists.boost.org on behalf of Andreas Huber Sent: Tue 8/2/2005 11:36 AM To: boost@lists.boost.org Subject: Re: [boost] [mpl] as_sequence< X< Y > > instantiates typedefs in X<Y > --- Brian Braatz <brianb@rmtg.com> wrote:
Suggestion:
is there some way in your design you can get away with deriving from the incomplete type to "de-incomplete" it?
I don't understand. You can't inherit from an incomplete type. Regards, -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (1)
-
Brian Braatz