[webkit-reviews] review granted: [Bug 186543] Make CompletionHandler more const correct : [Attachment 345959] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 15:06:28 PDT 2018


Saam Barati <sbarati at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 186543: Make CompletionHandler more const correct
https://bugs.webkit.org/show_bug.cgi?id=186543

Attachment 345959: Patch

https://bugs.webkit.org/attachment.cgi?id=345959&action=review




--- Comment #12 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 345959
  --> https://bugs.webkit.org/attachment.cgi?id=345959
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=345959&action=review

> Source/WTF/wtf/CompletionHandler.h:56
> +    Out operator()(In... in)

I think for perfect forwarding you want (In&... in)


More information about the webkit-reviews mailing list