Attempt to fix #9271

This commit is contained in:
Nekotekina 2020-11-21 05:03:35 +03:00
parent 5f010c2f4c
commit 60cff6f3d4
3 changed files with 20 additions and 14 deletions

View file

@ -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