summaryrefslogtreecommitdiffstats
path: root/src/rw/MemoryHeap.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-21 03:40:56 +0100
committerwithmorten <morten.with@gmail.com>2021-01-21 19:42:51 +0100
commit034df61f3c2757b28c082101fd0f38054263c0ed (patch)
tree24c3362300297f399149e903f29ba47b24b65303 /src/rw/MemoryHeap.h
parentMerge remote-tracking branch 'upstream/master' into cw (diff)
downloadre3-034df61f3c2757b28c082101fd0f38054263c0ed.tar
re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.gz
re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.bz2
re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.lz
re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.xz
re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.zst
re3-034df61f3c2757b28c082101fd0f38054263c0ed.zip
Diffstat (limited to '')
-rw-r--r--src/rw/MemoryHeap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rw/MemoryHeap.h b/src/rw/MemoryHeap.h
index ed2e83b6..cd8cf22c 100644
--- a/src/rw/MemoryHeap.h
+++ b/src/rw/MemoryHeap.h
@@ -95,7 +95,7 @@ struct HeapBlockDesc
#ifdef USE_CUSTOM_ALLOCATOR
// TODO: figure something out for 64 bit pointers
-re3_static_assert(sizeof(HeapBlockDesc) == 0x10, "HeapBlockDesc must have 0x10 size otherwise most of assumptions don't make sense");
+static_assert(sizeof(HeapBlockDesc) == 0x10, "HeapBlockDesc must have 0x10 size otherwise most of assumptions don't make sense");
#endif
struct HeapBlockList