mdbx: use todo4recovery://erased_by_github/ for dead (or temporarily lost) resources.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-04-21 13:26:06 +03:00
parent 3f840ecd89
commit 6d15836171
7 changed files with 107 additions and 97 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://erased_by_github.none/libmdbx/issues/263
// Please see todo4recovery://erased_by_github/libmdbx/issues/263
// for reasoning of the use of `char8_t` type and switching to `__restrict__`.
using byte = char8_t;
#else