[webkit-reviews] review granted: [Bug 121441] Change a couple of COMPILE_ASSERTs to static_assert : [Attachment 211809] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 16 10:39:46 PDT 2013


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 121441: Change a couple of COMPILE_ASSERTs to static_assert
https://bugs.webkit.org/show_bug.cgi?id=121441

Attachment 211809: Patch
https://bugs.webkit.org/attachment.cgi?id=211809&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=211809&action=review


> Source/WTF/wtf/StdLibExtras.h:135
> +    static_assert(sizeof(FromType) == sizeof(ToType), "bitwise_cast size of
FromType and toType must be equal!");

toType -> ToType


More information about the webkit-reviews mailing list