Go to the documentation of this file.
11# define assert(...) ((void)0)
13# define assert VSF_ASSERT
17#if !defined(__WIN__) || !defined(__cplusplus)
18# define _Static_assert(__expr, ...) VSF_STATIC_ASSERT(__expr)
19# define static_assert _Static_assert