default_memory_provider is a function now.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace snmalloc
|
||||
|
||||
static Pool* make() noexcept
|
||||
{
|
||||
return make(default_memory_provider);
|
||||
return Pool::make(default_memory_provider());
|
||||
}
|
||||
|
||||
template<typename... Args>
|
||||
|
||||
Reference in New Issue
Block a user