adding nesting to debug logs

This commit is contained in:
Kbz-8
2024-11-05 12:49:21 +01:00
parent 8d879fb5bc
commit 71d1c20a27
16 changed files with 42 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ namespace mlx
}
}
#if defined(DEBUG)
#ifdef DEBUG
template<typename... Args>
void Assert(bool cond, unsigned int line, std::string_view file, std::string_view function, std::string message, const Args&... args)
{