[webkit-reviews] review granted: [Bug 232270] [WTF] Make Int128 operator* constexpr : [Attachment 442421] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 16:33:23 PDT 2021


Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 232270: [WTF] Make Int128 operator* constexpr
https://bugs.webkit.org/show_bug.cgi?id=232270

Attachment 442421: Patch

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




--- Comment #4 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 442421
  --> https://bugs.webkit.org/attachment.cgi?id=442421
Patch

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

r=me

> Source/WTF/wtf/Int128.h:811
> +constexpr UInt128Impl operator*(UInt128Impl lhs, UInt128Impl rhs) {

Not introduced by you but { belongs on next line.


More information about the webkit-reviews mailing list