Closed vbaderks closed 1 year ago
C++17 introduced std::byte. Use it to replace uint8_t that was used as C++14 was lacking a byte type.
SonarCloud Quality Gate failed.
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 4.9% Duplication
C++17 introduced std::byte. Use it to replace uint8_t that was used as C++14 was lacking a byte type.