Bug 78506

Summary: Use C11's _Static_assert for COMPILE_ASSERT if it is available
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Sam Weinig 2012-02-13 09:37:33 PST
Use C11's _Static_assert for COMPILE_ASSERT if it is available
Comment 1 Sam Weinig 2012-02-13 09:42:53 PST
Created attachment 126785 [details]
Patch
Comment 2 Sam Weinig 2012-02-13 09:43:40 PST
This will allow for nice error messages when using COMPILER_ASSERT.
Comment 3 Antti Koivisto 2012-02-13 09:45:25 PST
Comment on attachment 126785 [details]
Patch

rs=me
Comment 4 Sam Weinig 2012-02-13 09:48:16 PST
Committed r107581: <http://trac.webkit.org/changeset/107581>