![]() |
Embedded Template Library
1.0
|
#include <assert.h>
#include "platform.h"
#include "exception.h"
#include "function.h"
#include "nullptr.h"
Go to the source code of this file.
Macros | |
#define | ETL_ASSERT(b, e) assert((b)) |
#define | ETL_ALWAYS_ASSERT(e) assert(false) |
#define | ETL_ERROR(e) (e("", __LINE__)) |
#define | ETL_ERROR_TEXT(verbose_text, terse_text) (terse_text) |