mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:34:13 +08:00
mdbx++: исправление опечатки в doxygen-описании.
This commit is contained in:
parent
0a58601cdf
commit
869cfb3fae
2
mdbx.h++
2
mdbx.h++
@ -376,7 +376,7 @@ using default_allocator = polymorphic_allocator;
|
||||
using default_allocator = legacy_allocator;
|
||||
#endif /* __cpp_lib_memory_resource >= 201603L */
|
||||
|
||||
/// \brief Default singe-byte string.
|
||||
/// \brief Default single-byte string.
|
||||
template <class ALLOCATOR = legacy_allocator>
|
||||
using string = ::std::basic_string<char, ::std::char_traits<char>, ALLOCATOR>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user