Closed stotko closed 2 years ago
Base: 97.14% // Head: 97.14% // No change to project coverage :thumbsup:
Coverage data is based on head (
0ec3ad2
) compared to base (aecccfd
). 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.
While the use of type traits from the C++ standard library have been simplified in #333, our own implementation-specific traits are still referenced by the classic
*::value
notation. Port these traits to the newer*_v
versions as well for consistency and better readability.Partially addresses #314