stotko / stdgpu

stdgpu: Efficient STL-like Data Structures on the GPU
https://stotko.github.io/stdgpu/
Apache License 2.0
1.16k stars 83 forks source link

type_traits: Fix inconsistent header name #383

Closed stotko closed 1 year ago

stotko commented 1 year ago

The type_traits module has recently been made public. However, the name of the implementation header was not changed accordingly resulting in an inconsistency with the other headers. Fix this issue by renaming it.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b9720df) 97.36% compared to head (933e588) 97.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #383 +/- ## ======================================= Coverage 97.36% 97.36% ======================================= Files 31 31 Lines 2547 2547 ======================================= Hits 2480 2480 Misses 67 67 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.