internal/static_assert.h rework
ISO/IEC 9899:2011 section 7.2 states that <assert.h> must define static_assert. Use it when available.
internal/static_assert.h rework
ISO/IEC 9899:2011 section 7.2 states that <assert.h> must define
static_assert. Use it when available.