mdbx: basic cleanup from dead github and another corrupted services.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-04-20 06:42:16 +03:00
parent 1a471ed04b
commit ed23956e11
29 changed files with 119 additions and 2714 deletions

View File

@@ -256,7 +256,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://github.com/erthink/libmdbx/issues/263
// Please see https://erased_by_github.none/libmdbx/issues/263
// for reasoning of the use of `char8_t` type and switching to `__restrict__`.
using byte = char8_t;
#else