forked from lix-project/lix
jade
8a09465c3a
This reverts commit28a079f841
. Reason for revert: This caused a pile of regressions in CI, and does not pass nix flake check. Some number of them are fixed in CL: https://gerrit.lix.systems/c/lix/+/1429 but there's more to be fixed. We should defer this after 2.90. Change-Id:Ib839d0fcb08eb52094af2b521145e3c1b4e0556f
13 lines
342 B
Diff
13 lines
342 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;
|