diff --git a/types/bits.hpp b/types/bits.hpp index f1c6161b..b0f2e6a8 100644 --- a/types/bits.hpp +++ b/types/bits.hpp @@ -60,6 +60,11 @@ template <> struct bits_type<64u> { }; +template +struct bytes_type : public bits_type +{ }; + + template struct sized_type : public bits_type { };