
4 Oct
2005
4 Oct
'05
12:41 p.m.
On 10/3/05, Asger Mangaard <tmb@tmbproductions.com> wrote:
I've just uploaded my suggested pimpl library to the file vault, in the root. Suggestions are appreciated.
I don't really see how this implements the pimpl idiom. There is no method forwarding in the wrapper class, so In order for users to invoke methods, the pimpl's interface must be publicly exposed. This seems to me to run contrary to the enitre reason for pimpls in the first place. It looks like more of a singleton/creation policy implementation than anything else. -- Caleb Epstein caleb dot epstein at gmail dot com