assert even during release More...
#include <spdlog/spdlog.h>#include <spdlog/fmt/bundled/core.h>Go to the source code of this file.
Macros | |
| #define | ein_assert(cond, ...) |
An assert with spdlog message formatting and logging. | |
assert even during release
Definition in file assert.hpp.
| #define ein_assert | ( | cond, | |
| ... ) |
An assert with spdlog message formatting and logging.
Arguments other than the condition are only evaluated if the condition cond is false.
Definition at line 30 of file assert.hpp.