Add a comment
This commit is contained in:
parent
7ee6668178
commit
d1a62f1d24
@ -89,6 +89,10 @@
|
||||
# define assert(f) ASSERT(f)
|
||||
#endif
|
||||
|
||||
/* Definition required for C++11 compile timer assertion checking. The
|
||||
* static_assert macro simply expands to the _Static_assert keyword.
|
||||
*/
|
||||
|
||||
#define static_assert _Static_assert
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user