[webkit-reviews] review requested: [Bug 134500] Add WTF::move() : [Attachment 234177] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 1 11:15:18 PDT 2014


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 134500: Add WTF::move()
https://bugs.webkit.org/show_bug.cgi?id=134500

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

------- Additional Comments from Daniel Bates <dbates at webkit.org>
Add WTF::move(), which compile asserts that its argument is a non-const lvalue
reference that is movable before calling through to std::move().


More information about the webkit-reviews mailing list