mdbx: использование https://libmdbx.dqdkfa.ru/dead-github для удаленных issues.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-11-23 01:18:25 +03:00
parent a1333fc827
commit 61eafe80c1
8 changed files with 96 additions and 97 deletions

View File

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