fix proteced status in stl allocator (pr #625)#

This commit is contained in:
Daan Leijen 2022-11-22 18:41:51 -08:00
parent 7dce31f743
commit 78690fbec2

View File

@ -506,7 +506,7 @@ template<class T> struct mi_heap_stl_allocator {
void collect(bool force) { mi_heap_collect(this->heap.get(), force); }
protected:
// protected:
std::shared_ptr<mi_heap_t> heap;
private: