do not define static_assert macro for pre-C11 compilers
authorRich Felker <dalias@aerifal.cx>
Fri, 12 Feb 2016 15:11:40 +0000 (10:11 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 12 Feb 2016 15:11:40 +0000 (10:11 -0500)
commit0ed932f34f11663e6b3ddfa866b1798a5938a3dc
tree774435b762433c1e6811368cd8a1958e9914ddd0
parent692b16d14b913676567be82a56211adc250793c7
do not define static_assert macro for pre-C11 compilers

some software simply uses static_assert if the macro is defined, and
this breaks if the compiler does not recognize the _Static_assert
keyword used to define it.
include/assert.h