RESOLVED FIXED 232270
[WTF] Make Int128 operator* constexpr
https://bugs.webkit.org/show_bug.cgi?id=232270
Summary [WTF] Make Int128 operator* constexpr
Yusuke Suzuki
Reported 2021-10-25 14:26:32 PDT
[WTF] Make Int128 operator* constexpr
Attachments
Patch (3.56 KB, patch)
2021-10-25 14:39 PDT, Yusuke Suzuki
no flags
Patch (4.26 KB, patch)
2021-10-25 14:44 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2021-10-25 14:39:05 PDT
Yusuke Suzuki
Comment 2 2021-10-25 14:44:24 PDT
Philip Chimento
Comment 3 2021-10-25 16:00:05 PDT
Comment on attachment 442421 [details] Patch LGTM, though I'm not a reviewer.
Mark Lam
Comment 4 2021-10-25 16:33:23 PDT
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.
Yusuke Suzuki
Comment 5 2021-10-25 17:11:28 PDT
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.
EWS
Comment 6 2021-10-25 17:16:18 PDT
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].
Radar WebKit Bug Importer
Comment 7 2021-10-25 17:17:18 PDT
Note You need to log in before you can comment on or make changes to this bug.