mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx: использование https://libmdbx.dqdkfa.ru/dead-github для удаленных issues.
This commit is contained in:
2
mdbx.h++
2
mdbx.h++
@@ -287,7 +287,7 @@ namespace mdbx {
|
||||
// To enable all kinds of an compiler optimizations we use a byte-like type
|
||||
// that don't presumes aliases for pointers as does the `char` type and its
|
||||
// derivatives/typedefs.
|
||||
// Please see https://web.archive.org/web/https://github.com/erthink/libmdbx/issues/263
|
||||
// Please see https://libmdbx.dqdkfa.ru/dead-github/issues/263
|
||||
// for reasoning of the use of `char8_t` type and switching to `__restrict__`.
|
||||
using byte = char8_t;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user