Attempt to fix #9271
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user