[webkit-reviews] review granted: [Bug 234683] Enhance Vector::map to allow specifying what kind of Vector to return (e.g. inline capacity, overflow, etc.) : [Attachment 447965] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 10:11:17 PST 2021


Darin Adler <darin at apple.com> has granted Sam Weinig <sam at webkit.org>'s request
for review:
Bug 234683: Enhance Vector::map to allow specifying what kind of Vector to
return (e.g. inline capacity, overflow, etc.)
https://bugs.webkit.org/show_bug.cgi?id=234683

Attachment 447965: Patch

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




--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 447965
  --> https://bugs.webkit.org/attachment.cgi?id=447965
Patch

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

Seems like we should include at least one use of the new template, maybe in the
tests directory?

> Source/WTF/ChangeLog:15
> +	   (WTF::Malloc>::map const const):
> +	   (WTF::Malloc>::map const const const):
> +	   (WTF::Malloc>::map const): Deleted.

Garbled function names.


More information about the webkit-reviews mailing list