From eaab9a8a4537a1c4235180744aff40b201c23318 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2024 10:43:58 +0100 Subject: fix typo --- serialize/packbits.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/serialize/packbits.cpp b/serialize/packbits.cpp index 67820649..afa20d7e 100644 --- a/serialize/packbits.cpp +++ b/serialize/packbits.cpp @@ -21,7 +21,6 @@ constexpr bool test1() using P1 = P0::next; using P2 = P1::next; using P3 = P2::next; - using P4 = P2::next; static_assert(std::is_same_v>); static_assert(std::is_same_v>); -- cgit v1.2.3