JUCE_COMPILER_SUPPORTS_STATIC_ASSERT won't correctly set up the static assertion

juce_PlatformDefs.h contains the custom static assert code, doesn't specify the second parameter to the C++ static_assert() (so you would only get a compile error) and is included before juce_CompilerSupport.h in the juce_StandardHeader.h.

Thanks, we'll tidy that up!