Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!apple!voder!procase!roger From: roger@procase.UUCP (Roger H. Scott) Newsgroups: comp.lang.c++ Subject: Re: virtual static data? Message-ID: <151@logo.procase.UUCP> Date: 25 May 90 07:25:17 GMT References: <1990May23.102905.8689@athena.mit.edu> Reply-To: roger@procase.UUCP (Roger H. Scott) Organization: proCASE Corporation, Santa Clara, CA Lines: 6 AT&T has been aware of interest in virtual data members for some time now. Other than it not being an "urgent" issue, one of the problems is the semantics of non-static virtual data members - what do they mean? It would be pretty ugly to exclude them from the paradigm. Personally I hope we live to see the day when virtual/non-virtual, static/non-static, and data/function are all completely orthogonal for members. How 'bout it, ANSI committee?