mdbx-docs: перенаправление github-ссылок на web-archive.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-11-10 15:54:31 +03:00
parent 8ffb0bb3d8
commit 70e8006776
8 changed files with 98 additions and 98 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 todo4recovery://erased_by_github/libmdbx/issues/263
// Please see https://web.archive.org/web/https://github.com/erthink/libmdbx/issues/263
// for reasoning of the use of `char8_t` type and switching to `__restrict__`.
using byte = char8_t;
#else