♻️ change type of binary subtype

pull/2908/head
Niels Lohmann 2021-08-06 13:26:00 +02:00
parent 5c38e76c11
commit 3eb1fb6be7
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class byte_container_with_subtype : public BinaryType
/// the type of the underlying container
using container_type = BinaryType;
/// 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()))
: container_type()

View File

@ -4983,7 +4983,7 @@ class byte_container_with_subtype : public BinaryType
/// the type of the underlying container
using container_type = BinaryType;
/// 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()))
: container_type()