At 11:50 PM 10/4/2001 -0400, William A. Hoffman wrote:
>So, to fix your problem, remove all of the {} implementations
>in your classes, then make sure they all declare the copy constructor and
>operator= as private,
I believe that you mean protected.
Will