[Webkit-unassigned] [Bug 165924] makeString from anything

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 09:36:32 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=165924

--- Comment #2 from Darin Adler <darin at apple.com> ---
(In reply to JF Bastien from comment #0)
>  - If I give it an int it should call String::number.

We did this.

>  - If I give it my own type it should use ADL to find makeString next to my
> type, and call that.

We sort-of did this, with StringAdapter. Also, all the things that work in makeString work in StringBuilder::append too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200125/ac774f67/attachment-0001.htm>


More information about the webkit-unassigned mailing list