We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96a661 commit 8aecaadCopy full SHA for 8aecaad
1 file changed
include/mdcomp/bigendian_io.hh
@@ -198,7 +198,7 @@ namespace detail {
198
high_byte_mask = std::rotr(high_byte_mask, nbits);
199
}
200
return uint_t(new_value & std::numeric_limits<uint_t>::max());
201
- };
+ }
202
203
static_assert(fallback_byteswap(uint8_t{0x35U}) == uint8_t{0x35U});
204
static_assert(fallback_byteswap(uint16_t{0x1357U}) == uint16_t{0x5713U});
0 commit comments