GCAssertions.h should use STL type traits and static_assert
Created attachment 210643 [details] Patch
…and GCC gets in the way again.
Comment on attachment 210643 [details] Patch Attachment 210643 [details] did not pass qt-ews (qt): Output: http://webkit-queues.appspot.com/results/1695889
Comment on attachment 210643 [details] Patch Attachment 210643 [details] did not pass qt-wk2-ews (qt-wk2): Output: http://webkit-queues.appspot.com/results/1703264
Created attachment 210645 [details] Patch
Created attachment 210646 [details] Patch
Created attachment 210650 [details] Patch
Committed r155143: <http://trac.webkit.org/changeset/155143>
Comment on attachment 210650 [details] Patch So should we use static_assert instead of our COMPILE_ASSERT macro?
(In reply to comment #9) > (From update of attachment 210650 [details]) > So should we use static_assert instead of our COMPILE_ASSERT macro? Yes.