Changing DEBUG constexpr to Debug to avoid collision with any #define DEBUG that may exist in other projects. (#729)

Co-authored-by: Neil Monday <neil.monday@amd.com>
This commit is contained in:
Neil Monday
2025-01-08 12:13:26 -05:00
committed by GitHub
parent d1c65c2852
commit 6a3c5750bd
10 changed files with 11 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ int main(int, char**)
xoroshiro::p128r64 r;
size_t nn = snmalloc::DEBUG ? 30 : 3;
size_t nn = snmalloc::Debug ? 30 : 3;
for (size_t n = 0; n < nn; n++)
test::test_external_pointer(r);