Closed stotko closed 2 years ago
Base: 97.15% // Head: 97.15% // No change to project coverage :thumbsup:
Coverage data is based on head (
3ce464a
) compared to base (0389425
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
C++17 has been out for quite a long time and support in all relevant compilers has matured sufficiently until now. Thus, bump the requirements of building stdgpu from C++14 to C++17. This unblocks several features and cleanups.
Issue: #314