diff --git a/include/mimalloc.h b/include/mimalloc.h index d43a4419..86856900 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -506,7 +506,7 @@ template struct mi_heap_stl_allocator { void collect(bool force) { mi_heap_collect(this->heap.get(), force); } -protected: +// protected: std::shared_ptr heap; private: