Generating permutations and small buffer checks
This commit is contained in:
parent
939e365a4f
commit
01ba8160ef
3 changed files with 33 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ namespace tp {
|
|||
#define DEBUG_ASSERT(exp) {}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined(ENV_OS_WINDOWS)
|
||||
#define DEBUG_BREAK(expr) if (expr) { __debugbreak(); }
|
||||
#elif defined(ENV_OS_ANDROID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue