Closed stotko closed 2 years ago
Base: 97.14% // Head: 97.14% // No change to project coverage :thumbsup:
Coverage data is based on head (
3002251
) compared to base (30c0d16
). 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.
Many classes and functions are conditionally enabled based on some type properties and make use of the type traits provided by the C++ standard library. Port these traits to the new and shorter
*_v
inline variable versions to improve the readability.Partially addresses #314