mdbx++: rename default_allocator to legacy_allocator.

Change-Id: I48118a9424be3063b916c00c73715aed4e244ac8
This commit is contained in:
Leonid Yuriev
2020-09-01 13:28:29 +03:00
parent 883c9f960c
commit 500609736c
2 changed files with 12 additions and 12 deletions

View File

@@ -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>;