[Webkit-unassigned] [Bug 176333] WSL overload resolution should not be cascading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 4 13:33:12 PDT 2017


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

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
Oh and another thing: if you pass IntLiteral, then it should create one more point for itself, which is either 0 or 1 depending on whether it matches an actual int32.

This means that if we pass the literal 0 to:

void foo(int);
void foo(uint);

Then it will match the int.

But if you pass 0 to:

void foo(uint);
void foo(double);

Then you'll get an error.

-- 
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/20170904/01cbb838/attachment.html>


More information about the webkit-unassigned mailing list