Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!spool2.mu.edu!uunet!microsoft!jimad From: jimad@microsoft.UUCP (Jim ADCOCK) Newsgroups: comp.lang.c++ Subject: Re: Smart pointers and stupid people (was: garbage collection...) Message-ID: <60330@microsoft.UUCP> Date: 7 Jan 91 23:15:17 GMT References: <1990Dec20.045909.7681@rice.edu> <3071@lupine.NCD.COM> <3090@lupine.NCD.COM> <1991Jan2.205606.1020@lia> Reply-To: jimad@microsoft.UUCP (Jim ADCOCK) Organization: Microsoft Corp., Redmond WA Lines: 9 Also, note that the smart pointer problem is really just a sub-part of the metaclass problem in C++, to which I say: C++ needs metaclass support. It should be possible to tie-in the metaclass support with templates, so that the class programmer is not tied to one particular definition of what the metaclass support should be, but rather can provide the individualized metaclass support required for a particular job.