diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 15:03:12 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 18:15:46 +0200 |
commit | c46869699aa3ae477516fba0043c2cfd8cda822a (patch) | |
tree | 2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/macros_and_utils.h | |
parent | 13f7f505375f7c1afd3a7e479a64cc147501b01d (diff) | |
download | lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.tar.gz lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.tar.bz2 lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.zip |
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'src/macros_and_utils.h')
-rw-r--r-- | src/macros_and_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index a1f6cba..b8f04b6 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -61,7 +61,7 @@ template <typename... ARGS> | |||
61 | 61 | ||
62 | // ################################################################################################# | 62 | // ################################################################################################# |
63 | 63 | ||
64 | #define USE_DEBUG_SPEW() 0 | 64 | #define USE_DEBUG_SPEW() 1 |
65 | #if USE_DEBUG_SPEW() | 65 | #if USE_DEBUG_SPEW() |
66 | #define INDENT_BEGIN "%.*s " | 66 | #define INDENT_BEGIN "%.*s " |
67 | #define INDENT_END(U_) , (U_ ? U_->debugspewIndentDepth.load(std::memory_order_relaxed) : 0), DebugSpewIndentScope::debugspew_indent | 67 | #define INDENT_END(U_) , (U_ ? U_->debugspewIndentDepth.load(std::memory_order_relaxed) : 0), DebugSpewIndentScope::debugspew_indent |