seqan / seqan3

The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
https://www.seqan.de
Other
409 stars 83 forks source link

[FIX] gcc13 cpp23 #3150

Closed eseiler closed 1 year ago

eseiler commented 1 year ago

CPP23 mode for GCC13 is currently not compiling

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
seqan3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 3, 2023 2:54pm
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c68c567) 98.18% compared to head (1ae13cf) 98.18%.

:exclamation: Current head 1ae13cf differs from pull request most recent head 027ec01. Consider uploading reports for the commit 027ec01 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3150 +/- ## ======================================= Coverage 98.18% 98.18% ======================================= Files 276 276 Lines 12294 12294 ======================================= Hits 12071 12071 Misses 223 223 ``` | [Impacted Files](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan) | Coverage Δ | | |---|---|---| | [include/seqan3/io/views/detail/take\_until\_view.hpp](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan#diff-aW5jbHVkZS9zZXFhbjMvaW8vdmlld3MvZGV0YWlsL3Rha2VfdW50aWxfdmlldy5ocHA=) | `100.00% <100.00%> (ø)` | | | [include/seqan3/search/views/kmer\_hash.hpp](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan#diff-aW5jbHVkZS9zZXFhbjMvc2VhcmNoL3ZpZXdzL2ttZXJfaGFzaC5ocHA=) | `100.00% <100.00%> (ø)` | | | [include/seqan3/search/views/minimiser.hpp](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan#diff-aW5jbHVkZS9zZXFhbjMvc2VhcmNoL3ZpZXdzL21pbmltaXNlci5ocHA=) | `100.00% <100.00%> (ø)` | | | [include/seqan3/utility/views/chunk.hpp](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan#diff-aW5jbHVkZS9zZXFhbjMvdXRpbGl0eS92aWV3cy9jaHVuay5ocHA=) | `100.00% <100.00%> (ø)` | | | [...ude/seqan3/utility/views/enforce\_random\_access.hpp](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan#diff-aW5jbHVkZS9zZXFhbjMvdXRpbGl0eS92aWV3cy9lbmZvcmNlX3JhbmRvbV9hY2Nlc3MuaHBw) | `100.00% <100.00%> (ø)` | | | [include/seqan3/utility/views/pairwise\_combine.hpp](https://app.codecov.io/gh/seqan/seqan3/pull/3150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=seqan#diff-aW5jbHVkZS9zZXFhbjMvdXRpbGl0eS92aWV3cy9wYWlyd2lzZV9jb21iaW5lLmhwcA==) | `100.00% <100.00%> (ø)` | |

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