blob: a0c51ef4d34dbe2d04823a252c8cfb11d4ba7b7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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;
|