Compare commits
1 Commits
009d4f5241
...
5f3c72389c
Author | SHA1 | Date |
---|---|---|
|
5f3c72389c |
|
@ -174,7 +174,7 @@ T &&dbg_print(T &&value, std::string const& type, char const *file, int line,
|
|||
|
||||
std::cerr << ANSI_DEBUG << "[" << file << ":" << line << " (" << function_name
|
||||
<< ")] " << ANSI_RESET << ANSI_EXPRESSION
|
||||
<< replace_all(c, "int64_t", "int")
|
||||
<< replace_all(expression, "int64_t", "int")
|
||||
<< ANSI_RESET << " = " << ANSI_VALUE << value_buffer.rdbuf()
|
||||
<< ANSI_RESET << " (" << ANSI_TYPE << type << ANSI_RESET << ")"
|
||||
<< '\n';
|
||||
|
|
Loading…
Reference in New Issue