
4 Oct
2005
4 Oct
'05
4:30 p.m.
I've just uploaded my suggested pimpl library to the file vault, in the root.
Suggestions are appreciated.
The trouble is pimpl's are normally idioms not libraries (because you have to write all the forwarding functions by hand). If I understand what you're doing here correctly, your pimple class is really just another smart pointer, but with deep copy semantics. John.