mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx: use todo4recovery://erased_by_github/
for dead (or temporarily lost) resources.
This commit is contained in:
2
mdbx.h++
2
mdbx.h++
@@ -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
|
||||
|
Reference in New Issue
Block a user