mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
♻️ change type of binary subtype
This commit is contained in:
@ -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
|
|||||||
/// 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()
|
||||||
|
Reference in New Issue
Block a user