[WTF] Make Int128 operator* constexpr
Created attachment 442420 [details] Patch
Created attachment 442421 [details] Patch
Comment on attachment 442421 [details] Patch LGTM, though I'm not a reviewer.
Comment on attachment 442421 [details] 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.
Comment on attachment 442421 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442421&action=review >> Source/WTF/wtf/Int128.h:811 >> +constexpr UInt128Impl operator*(UInt128Impl lhs, UInt128Impl rhs) { > > Not introduced by you but { belongs on next line. Talked with Mark offline. We left this since this file is imported one from abseil-cpp, and we would like to keep as the same as the original to make future update easier.
Committed r284850 (243527@main): <https://commits.webkit.org/243527@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442421 [details].
<rdar://problem/84639097>