Closed stotko closed 2 years ago
Base: 97.14% // Head: 97.14% // No change to project coverage :thumbsup:
Coverage data is based on head (
561b6c9
) compared to base (fa11236
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
C++17 also introduced
std:.byte
as a distinct type to better represent a collection of bits. Since the type aliasing rules forreinterpret_cast
have been extended accordingly to also allowstd::byte
in addition tochar
andunsigned char
, port the implementation ofbit_cast
to this new type.Partially addresses #314