aboutsummaryrefslogtreecommitdiff
path: root/src/macros_and_utils.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
commit5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed (patch)
tree2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/macros_and_utils.h
parent6d271c5796eae14d1dc60e778435495ebfb540d8 (diff)
downloadlanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.gz
lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.bz2
lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.zip
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'src/macros_and_utils.h')
-rw-r--r--src/macros_and_utils.h2
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