mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Attempt to fix #9271
This commit is contained in:
parent
5f010c2f4c
commit
60cff6f3d4
3 changed files with 20 additions and 14 deletions
|
@ -508,4 +508,7 @@ struct fmt_unveil<se_t<T, Se, Align>, void>
|
|||
}
|
||||
};
|
||||
|
||||
static_assert(be_t<u16>(1) + be_t<u32>(2) + be_t<u64>(3) == 6);
|
||||
static_assert(le_t<u16>(1) + le_t<u32>(2) + le_t<u64>(3) == 6);
|
||||
|
||||
#endif // BETYPE_H_GUARD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue