IRC_SERVER
By @hyunjunk (hyunjun2372@gmail.com)
|
#include <cassert>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | Assert(exp) |
Implemented as direct interrupt to avoid dirtying the call stack with assert function when debugging. | |
#define | Assume(x) |
#define | STATIC_ASSERT(exp) |
#define Assert | ( | exp | ) |
Implemented as direct interrupt to avoid dirtying the call stack with assert function when debugging.
And for optimization, change to Assume() in release builds.
#define Assume | ( | x | ) |