Closed stotko closed 2 years ago
Base: 97.15% // Head: 97.15% // No change to project coverage :thumbsup:
Coverage data is based on head (
306460a
) compared to base (36e7ea6
). 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.
Since raising the minimum required standard to C++17, the attribute macros will always point to the native attributes. Drop the
attribute
header and port all uses of the macros to the native C++17 attributes. Furthermore, drop theSTDGPU_HAS_CXX_17
macro which is only used in theattribute
header and also no longer needed.Partially addresses #314