From 89624beacd9becff81f28a0f9011f708fc784d42 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2024 14:10:14 +0100 Subject: c --- serialize/packbits.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'serialize/packbits.cpp') diff --git a/serialize/packbits.cpp b/serialize/packbits.cpp index 4623d0d9..83828f66 100644 --- a/serialize/packbits.cpp +++ b/serialize/packbits.cpp @@ -7,6 +7,8 @@ using namespace floormat::detail_Pack; namespace { +static_assert(!Storage{42}.check_zero()); + constexpr bool test1() { constexpr size_t bits[] = { 5, 2, 1 }; -- cgit v1.2.3