:recycle: change type of binary subtype

parent 5c38e76c
...@@ -27,7 +27,7 @@ class byte_container_with_subtype : public BinaryType ...@@ -27,7 +27,7 @@ class byte_container_with_subtype : public BinaryType
/// the type of the underlying container /// the type of the underlying container
using container_type = BinaryType; using container_type = BinaryType;
/// the type of the subtype /// the type of the subtype
using subtype_type = std::uint8_t; using subtype_type = std::uint64_t;
byte_container_with_subtype() noexcept(noexcept(container_type())) byte_container_with_subtype() noexcept(noexcept(container_type()))
: container_type() : container_type()
......
...@@ -4983,7 +4983,7 @@ class byte_container_with_subtype : public BinaryType ...@@ -4983,7 +4983,7 @@ class byte_container_with_subtype : public BinaryType
/// the type of the underlying container /// the type of the underlying container
using container_type = BinaryType; using container_type = BinaryType;
/// the type of the subtype /// the type of the subtype
using subtype_type = std::uint8_t; using subtype_type = std::uint64_t;
byte_container_with_subtype() noexcept(noexcept(container_type())) byte_container_with_subtype() noexcept(noexcept(container_type()))
: container_type() : container_type()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment