mdbx: fix #pragma pack to avoid misalignment for some compilers.

Fixes https://github.com/erthink/libmdbx/issues/235.
This commit is contained in:
Leonid Yuriev
2021-10-09 12:36:40 +03:00
parent ee917209fe
commit 64e6fa93fd
3 changed files with 2 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
namespace chrono {
#pragma pack(push, 1)
#pragma pack(push, 4)
typedef union time {
uint64_t fixedpoint;