RESOLVED FIXED 238412
Use unary static_assert
https://bugs.webkit.org/show_bug.cgi?id=238412
Summary Use unary static_assert
Yusuke Suzuki
Reported 2022-03-26 03:12:34 PDT
Use unary static_assert
Attachments
Patch (81.32 KB, patch)
2022-03-26 03:13 PDT, Yusuke Suzuki
no flags
Patch (81.29 KB, patch)
2022-03-26 03:15 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2022-03-26 03:13:41 PDT
Yusuke Suzuki
Comment 2 2022-03-26 03:15:46 PDT
Mark Lam
Comment 3 2022-03-26 03:25:25 PDT
Comment on attachment 455839 [details] Patch r=me
EWS
Comment 4 2022-03-26 07:42:28 PDT
Committed r291937 (248908@main): <https://commits.webkit.org/248908@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 455839 [details].
Radar WebKit Bug Importer
Comment 5 2022-03-26 07:43:18 PDT
Darin Adler
Comment 6 2022-03-28 16:11:52 PDT
This is a nice little cleanup. Should also look for uses of static_assert that have non-helpful strings, like just repeating the expression.
Note You need to log in before you can comment on or make changes to this bug.