forked from lix-project/lix
eldritch horrors
001be52794
Fix stack overflow in `filter` (cherry picked from commitcb7f25869d
) Change-Id:Ib90f97a9805bbb4d0e2741551d490f054fc0a675
13 lines
343 B
Diff
13 lines
343 B
Diff
diff --git a/include/gc_allocator.h b/include/gc_allocator.h
|
|
index 597c7f13..587286be 100644
|
|
--- a/include/gc_allocator.h
|
|
+++ b/include/gc_allocator.h
|
|
@@ -312,6 +312,7 @@ public:
|
|
|
|
template<>
|
|
class traceable_allocator<void> {
|
|
+public:
|
|
typedef size_t size_type;
|
|
typedef ptrdiff_t difference_type;
|
|
typedef void* pointer;
|