mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 23:23:34 +00:00
adding nesting to debug logs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user