On Sat, Mar 08, 2008 at 12:38:22PM -0500, rgheck wrote:
> (1) go back to a standard container of pointers---but just normal pointers 
> [...]
> (2) use a "strong typedef", something like:
> [...]

(3) The only place where currently a TextClass copy constructor is used is:

        /// Constructs a DocumentClass based upon a LayoutFile.
        DocumentClass(LayoutFile const & tc);

If we could get rid of this method TextClass could be made noncopyable.

Andre'

Reply via email to