On Tue, 2008-06-03 at 13:51 +0200, Manuel Teira wrote: > ... > It also works if I just change the inheritance AsynchIO -> > DispatchHandle to public. > > > Any idea about what could be happening?
It looks to me like either this is a bug in the Sun compiler or the gcc one. As in either the Sun compiler should be able to perform the conversion even though there is private inheritance is involved. Or the gcc compiler is allowing a conversion where it shouldn't. Is there any possibility of using gcc for your compiles? [Not that I'm trying to put you off the Sun compiler, but if gcc works...] Andrew
