mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Debug assert (#1175)
* debug assert POC * Swith to ETL_CONSTEXPR14 * Finish TODO checks * First and last can be equal * Add ETL_DEBUG_THROW_EXCEPTIONS * Try allowing c++11 constexpr * Add macro for throwing from c++11 constexpr * Remove braces * Add extra asserts in size_t overload functions * Fill out debug asserts * Line up comments
This commit is contained in:
parent
da5e42a4bc
commit
f2c33a4466
@ -31,6 +31,7 @@ SOFTWARE.
|
||||
#ifndef ETL_PROFILE_H_INCLUDED
|
||||
#define ETL_PROFILE_H_INCLUDED
|
||||
|
||||
#define ETL_DEBUG
|
||||
#define ETL_THROW_EXCEPTIONS
|
||||
#define ETL_DEBUG_THROW_EXCEPTIONS
|
||||
#define ETL_VERBOSE_ERRORS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user