Bug 238412

Summary: Use unary static_assert
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, calvaris, cdumez, changseok, cmarcelo, darin, eric.carlson, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, jer.noble, kangil.han, keith_miller, macpherson, mark.lam, menard, msaboff, philipj, saam, sam, sergio, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.