mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-03 19:36:20 +00:00
Fix Status.h (#36)
This commit is contained in:
parent
963ac6f5ad
commit
69c1aea220
@ -101,7 +101,7 @@ class [[nodiscard]] Status {
|
||||
|
||||
private:
|
||||
static_assert(StatusCode::kOK == 0, "StatusCode::kOK must be 0!");
|
||||
static_assert(__x86_64__ || __aarch64__, "The platform must be 64bit!");
|
||||
static_assert(__x86_64__, "The platform must be 64bit!");
|
||||
static_assert(sizeof(status_code_t) == 2, "The width of status_code_t must be 16b");
|
||||
|
||||
static constexpr auto kPtrBits = 48u;
|
||||
|
Loading…
Reference in New Issue
Block a user