[webkit-reviews] review granted: [Bug 121192] Add HashSet::take : [Attachment 211367] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 11 17:17:56 PDT 2013


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 121192: Add HashSet::take
https://bugs.webkit.org/show_bug.cgi?id=121192

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=211367&action=review


In a recent patch I was working on, it was ListHashSet::take that I needed.

> Source/WTF/wtf/HashSet.h:238
> +    auto HashSet<T, U, V>::take(const ValueType& value) -> ValueType

This works in all the compilers we support?


More information about the webkit-reviews mailing list