|
Zero
0.1.0
|
Compile-time assertion trick. More...
#include <w_base.h>
Public Member Functions | |
| compile_time_assert () | |
Compile-time assertion trick.
If the assertion fails you will get a compile error. The problem is that you will also get an unused variable complaint if warnings are turned on, so we make a bogus reference to the named structure.
This is used by macros
|
inline |
1.8.12