Re: Killing boost::shared_ptr

2008-02-25 Thread rgheck
Abdelrazak Younes wrote: rgheck wrote: The attached patch does as advertised, replacing the shared pointer with a global cache of sorts of the TextClass's used by Buffers---or, more strictly, constructed by BufferParams::makeTextClass(). The action is in TextClass.{h,cpp}. I've left the ty

Re: Killing boost::shared_ptr

2008-02-25 Thread rgheck
Abdelrazak Younes wrote: I need to check whether the textClass_ member of InsetCollapsable is needed now. I think not. Now that the Buffer is accessible following Andre' recent change, I think not indeed. This actually had to do with something else. It got added, I think, by Bo to fix a c

Re: Killing boost::shared_ptr

2008-02-24 Thread Abdelrazak Younes
rgheck wrote: The attached patch does as advertised, replacing the shared pointer with a global cache of sorts of the TextClass's used by Buffers---or, more strictly, constructed by BufferParams::makeTextClass(). The action is in TextClass.{h,cpp}. I've left the typedef in TextClassPtr.h. A

Killing boost::shared_ptr

2008-02-24 Thread rgheck
The attached patch does as advertised, replacing the shared pointer with a global cache of sorts of the TextClass's used by Buffers---or, more strictly, constructed by BufferParams::makeTextClass(). The action is in TextClass.{h,cpp}. I've left the typedef in TextClassPtr.h. At the moment, i