GNOME Bugzilla – Bug 88492
The RefPtr template doesn't have reference documentation
Last modified: 2004-12-22 21:47:04 UTC
... so I'm attaching a patch to fix it. There's two FIXMEs in it though. The first is about the requirements for the objects stored in a RefPtr (probably very easy, but they seem to be implicit so I don't really know). The other is about using Something::create instead of a member function - if Something::create is to be preferred, why is there a member function?
Created attachment 9943 [details] [review] Adds reference documentation to refptr.h
Applied, with changes.