Closed HexDecimal closed 3 months ago
This define breaks the standard C++11 array template and must be removed. No code relies on this macro, so it was simple to remove.
Related to #12
If it were up to me I'd actually remove the entire DEBUG_MEMORY_CORRUPTION block of code. There are better tools to debug and prevent memory issues.
DEBUG_MEMORY_CORRUPTION
This define breaks the standard C++11 array template and must be removed. No code relies on this macro, so it was simple to remove.
Related to #12
If it were up to me I'd actually remove the entire
DEBUG_MEMORY_CORRUPTION
block of code. There are better tools to debug and prevent memory issues.