Boost logo

Boost :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-10-04 07:41:48


On 10/3/05, Asger Mangaard <tmb_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk