Closed joshuaehill closed 1 year ago
The type "byte" (unsigned char) used here conflicts with std::byte (introduced in C++17). This pull request replaces all the "byte" types with "uint8_t". These are equivalent, and it resolves the conflict.
The type "byte" (unsigned char) used here conflicts with std::byte (introduced in C++17). This pull request replaces all the "byte" types with "uint8_t". These are equivalent, and it resolves the conflict.