We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af93494 commit 8542dcaCopy full SHA for 8542dca
1 file changed
test/math/bytes.cpp
@@ -20,9 +20,7 @@
20
21
BOOST_AUTO_TEST_SUITE(bytes_tests)
22
23
-constexpr auto foo = byte_width(1_u8);
24
-
25
- // byte_width (unsigned/positive)
+// byte_width (unsigned/positive)
26
static_assert(byte_width(0_u8) == 0);
27
static_assert(byte_width(1_u8) == 1);
28
static_assert(byte_width(2_u8) == 1);
0 commit comments