[webkit-reviews] review requested: [Bug 187971] Move-constructing NeverDestroyed should move construct underlying object instead of copy constructing it : [Attachment 345715] Patch and tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 24 14:47:28 PDT 2018
Daniel Bates <dbates at webkit.org> has asked for review:
Bug 187971: Move-constructing NeverDestroyed should move construct underlying
object instead of copy constructing it
https://bugs.webkit.org/show_bug.cgi?id=187971
Attachment 345715: Patch and tests
https://bugs.webkit.org/attachment.cgi?id=345715&action=review
--- Comment #8 from Daniel Bates <dbates at webkit.org> ---
Created attachment 345715
--> https://bugs.webkit.org/attachment.cgi?id=345715&action=review
Patch and tests
Make move constructing NeverDestroyed<const T> work and add a test.
More information about the webkit-reviews
mailing list