[webkit-reviews] review denied: [Bug 132345] Vector's std::initializer_list constructor should work for move-only types : [Attachment 230397] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 30 08:30:36 PDT 2014


Anders Carlsson <andersca at apple.com> has denied Zan Dobersek
<zandobersek at gmail.com>'s request for review:
Bug 132345: Vector's std::initializer_list constructor should work for
move-only types
https://bugs.webkit.org/show_bug.cgi?id=132345

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
I don't think this is a good idea. std::initializer_list isn't really meant for
moving and std::vector doesn't allow this pattern.


More information about the webkit-reviews mailing list