mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-20 07:49:27 +08:00
mdbx++: rename default_allocator to legacy_allocator.
Change-Id: I48118a9424be3063b916c00c73715aed4e244ac8
This commit is contained in:
@@ -1005,7 +1005,7 @@ bool slice::is_base64(bool ignore_spaces) const noexcept {
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
template class LIBMDBX_API_TYPE buffer<default_allocator>;
|
||||
template class LIBMDBX_API_TYPE buffer<legacy_allocator>;
|
||||
|
||||
#if defined(__cpp_lib_memory_resource) && __cpp_lib_memory_resource >= 201603L
|
||||
template class LIBMDBX_API_TYPE buffer<polymorphic_allocator>;
|
||||
|
Reference in New Issue
Block a user