diff --git a/mdbx.h++ b/mdbx.h++ index d885af73..2df4f876 100644 --- a/mdbx.h++ +++ b/mdbx.h++ @@ -362,8 +362,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;