-
Key: CPP1117-14
-
Status: closed
-
Source: Remedy IT Expertise BV ( Johnny Willemsen)
-
Summary:
The spec defines the type trait bit_bound as `std::integral_constant<uint32_t, b>`, but as bit_bound is maximal of 64, this could be `std::integral_constant<uint8_t, b>`
-
Reported: CPP11 1.6b1 — Mon, 7 Aug 2023 07:29 GMT
-
Disposition: Resolved — CPP11 1.7
-
Disposition Summary:
Update type used for bit_bound in bit mask traits
The integral_constant template from the C++ standard library should be instantiated with uint8_t instead of uint32_t
-
Updated: Tue, 9 Jan 2024 19:49 GMT