[gnu.g++] D** -> B**?

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (05/08/89)

I think I know what is confusing me: you can convert an any* to a
void*, but you cannot convert an any** to a void**.  Should the same
restriction hold for converting a D** to a B**?  If so, why?  If not,
why not?

Michael