[webkit-reviews] review canceled: [Bug 75760] Give OwnPtr/PassOwnPtr the ability to deal with array types (making way to get rid of OwnArrayPtr/PassOwnArrayPtr) : [Attachment 121531] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 8 11:51:36 PST 2012


Sam Weinig <sam at webkit.org> has canceled Sam Weinig <sam at webkit.org>'s request
for review:
Bug 75760: Give OwnPtr/PassOwnPtr the ability to deal with array types (making
way to get rid of OwnArrayPtr/PassOwnArrayPtr)
https://bugs.webkit.org/show_bug.cgi?id=75760

Attachment 121531: Patch
https://bugs.webkit.org/attachment.cgi?id=121531&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
Actually, this isn't quite what we want, since OwnArrayPtr had an operator[]. 
I think we can get that by instead of using a single templatized class that
serves both simple pointers and arrays, use a specialization for array types
that adds the operator[].  At that point though, I am not sure how much it
makes sense to do it.


More information about the webkit-reviews mailing list