$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-10-04 11:30:59
> 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.