Go to the source code of this file.
Macros | |
#define | LEXY_ASSERT(Expr, Msg) ((Expr) ? void(0) : assert((Expr) && (Msg))) |
#define | LEXY_ENABLE_ASSERT 1 |
#define | LEXY_PRECONDITION(Expr) ((Expr) ? void(0) : assert(Expr)) |
#define LEXY_ASSERT | ( | Expr, | |
Msg | |||
) | ((Expr) ? void(0) : assert((Expr) && (Msg))) |
Definition at line 37 of file assert.hpp.
#define LEXY_ENABLE_ASSERT 1 |
Definition at line 16 of file assert.hpp.
#define LEXY_PRECONDITION | ( | Expr | ) | ((Expr) ? void(0) : assert(Expr)) |
Definition at line 36 of file assert.hpp.