On Thursday 01 August 2002 12:44 pm, Angus Leeming wrote: > Yes. Only now it would be > > boost::shared_ptr<BufferView> const & BufferView::cachablePtr() const > { > return pimpl_->owner_->view(); > }
Sorry. This is FUD, as André might say. bv->owner()->view() is sufficient. Angus