⚗️ update warning flags
This commit is contained in:
parent
57dd00f410
commit
c232ac39c0
@ -64,4 +64,4 @@ type `#!cpp binary_t*` must be dereferenced.
|
|||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
- Added in version 3.8.0. Changed type of subtype to `std::uint64_t` in version 3.9.2.
|
- Added in version 3.8.0. Changed type of subtype to `std::uint64_t` in version 3.10.0.
|
||||||
|
|||||||
@ -22,4 +22,4 @@ store
|
|||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
- Added in version 3.9.0. Added value `store` in 3.9.2.
|
- Added in version 3.9.0. Added value `store` in 3.10.0.
|
||||||
|
|||||||
@ -18,7 +18,7 @@ order to override the binary type.
|
|||||||
@tparam BinaryType container to store bytes (`std::vector<std::uint8_t>` by
|
@tparam BinaryType container to store bytes (`std::vector<std::uint8_t>` by
|
||||||
default)
|
default)
|
||||||
|
|
||||||
@since version 3.8.0; changed type of subtypes to std::uint64_t in 3.9.2.
|
@since version 3.8.0; changed type of subtypes to std::uint64_t in 3.10.0.
|
||||||
*/
|
*/
|
||||||
template<typename BinaryType>
|
template<typename BinaryType>
|
||||||
class byte_container_with_subtype : public BinaryType
|
class byte_container_with_subtype : public BinaryType
|
||||||
@ -108,7 +108,7 @@ class byte_container_with_subtype : public BinaryType
|
|||||||
subtype
|
subtype
|
||||||
|
|
||||||
@since version 3.8.0; fixed return value to properly return
|
@since version 3.8.0; fixed return value to properly return
|
||||||
subtype_type(-1) as documented in version 3.9.2
|
subtype_type(-1) as documented in version 3.10.0
|
||||||
*/
|
*/
|
||||||
constexpr subtype_type subtype() const noexcept
|
constexpr subtype_type subtype() const noexcept
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5004,7 +5004,7 @@ order to override the binary type.
|
|||||||
@tparam BinaryType container to store bytes (`std::vector<std::uint8_t>` by
|
@tparam BinaryType container to store bytes (`std::vector<std::uint8_t>` by
|
||||||
default)
|
default)
|
||||||
|
|
||||||
@since version 3.8.0; changed type of subtypes to std::uint64_t in 3.9.2.
|
@since version 3.8.0; changed type of subtypes to std::uint64_t in 3.10.0.
|
||||||
*/
|
*/
|
||||||
template<typename BinaryType>
|
template<typename BinaryType>
|
||||||
class byte_container_with_subtype : public BinaryType
|
class byte_container_with_subtype : public BinaryType
|
||||||
@ -5094,7 +5094,7 @@ class byte_container_with_subtype : public BinaryType
|
|||||||
subtype
|
subtype
|
||||||
|
|
||||||
@since version 3.8.0; fixed return value to properly return
|
@since version 3.8.0; fixed return value to properly return
|
||||||
subtype_type(-1) as documented in version 3.9.2
|
subtype_type(-1) as documented in version 3.10.0
|
||||||
*/
|
*/
|
||||||
constexpr subtype_type subtype() const noexcept
|
constexpr subtype_type subtype() const noexcept
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user