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

General: Bump required standard to C++17 #318

Closed stotko closed 2 years ago

stotko commented 2 years ago

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

codecov[bot] commented 2 years ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #318 +/- ## ======================================= Coverage 97.15% 97.15% ======================================= Files 32 32 Lines 2352 2352 ======================================= Hits 2285 2285 Misses 67 67 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Stotko). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Stotko)

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