Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP X16-3
-
Team:Data Release Production
Description
The following fixed width integer types are used in the stack:
- boost::int16_t
- boost::int32_t
- boost::int64_t
- boost::int8_t
- boost::uint16_t
- boost::uint32_t
- boost::uint64_t
- boost::uint8_t
This ticket aims to replace them with their equivalents from cstdint.
CI run complete. Won't merge before release.