Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Nov 21, 2023
1 parent d277e80 commit c55e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ylt/struct_pack/unpacker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class unpacker {
err_code = deserialize_many<8, UINT64_MAX, true>(t, args...);
}
else {
static_assert(!sizeof(T), "illegal size width");
return struct_pack::errc::too_width_size;
}
break;
#else
Expand Down

0 comments on commit c55e05c

Please sign in to comment.