diff --git a/mdbx.h++ b/mdbx.h++ index 7b64eaf9..a056e279 100644 --- a/mdbx.h++ +++ b/mdbx.h++ @@ -376,8 +376,11 @@ using default_allocator = polymorphic_allocator; using default_allocator = legacy_allocator; #endif /* __cpp_lib_memory_resource >= 201603L */ +/// \brief Default buffer. +using default_buffer = buffer; + /// \brief Default single-byte string. -template +template using string = ::std::basic_string, ALLOCATOR>; using filehandle = ::mdbx_filehandle_t;