Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++ Subject: D** -> B**? Message-ID: <8905072145.AA17197@yahi.stanford.edu> Date: 7 May 89 21:45:22 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 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