On Wed, Aug 14, 2002 at 11:57:55AM +0200, Lars Gullik Bjønnes wrote: > anyhow imho since lyxfunc is stored as a shared_ptr in LyXView it > should never be stored anywere as a reference. it should rather be > stored as a shared_ptr or a weak_ptr.
I think the shared_ptr is just a device to "pimpl" the thing. There should always be a lyxfunc present, so using references does not look unreasonable. Especially if that would mean including the whole boost shebng again. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)