Generating permutations and small buffer checks

This commit is contained in:
IlushaShurupov 2023-07-25 20:29:38 +03:00
parent 939e365a4f
commit 01ba8160ef
3 changed files with 33 additions and 2 deletions

View file

@ -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)