Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!sgi!wdl1!rme From: rme@wdl1.UUCP (Richard M Emberson) Newsgroups: comp.lang.c++ Subject: Pointers to Inline Members Message-ID: <3690002@wdl1.UUCP> Date: 26 Aug 88 19:54:06 GMT Lines: 13 As a solution to a design problem, I would like to take pointers to memeber functions. I have heard ("The Evolution of C++: 1985 to 1987" by B.S.) that with version 2.0 this will be possible. Question: What about pointers to inline function members? Is this disallowed or should C++ keep "real" functions of all the inline functions so that pointers to them can still be taken. Richard M. Emberson, Jr.