assert: Define static_assert
This commit is contained in:
parent
5002e27e84
commit
a96c7492ad
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@
|
||||||
# define assert(f) ASSERT(f)
|
# define assert(f) ASSERT(f)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define static_assert _Static_assert
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue