<assert.h>: Define a static_assert macro for C11.
authorSascha Wildner <saw@online.de>
Mon, 21 Apr 2014 12:27:35 +0000 (14:27 +0200)
committerSascha Wildner <saw@online.de>
Wed, 30 Apr 2014 09:38:28 +0000 (11:38 +0200)
commit0ae79760231e06c0a42e6ad4f8f7da76d367e815
tree27459da93e0fab66fc96397c1dbd42ecbd530efe
parent6d834ec46e31a20e1c1b994c9a8095fb3deeab41
<assert.h>: Define a static_assert macro for C11.

Per clause 7.2 from the final draft:

"The header <assert.h> defines the assert and static_assert macros [...]
 The macro static_assert expands to _Static_assert."
include/assert.h