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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user