Closed SGSSGene closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
seqan3 | ✅ Ready (Inspect) | Visit Preview | Jan 17, 2024 11:00am |
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
97f908b
) 98.17% compared to head (3322897
) 98.17%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is this bug specific for gcc12? If so, we should only disable constexpr vector literals for gcc12 with glibcxx_debug.
Is this bug specific for gcc12? If so, we should only disable constexpr vector literals for gcc12 with glibcxx_debug.
The issues shows in all gccs version (tried newest gcc10-gcc13): https://godbolt.org/z/oTfhEWrvd
This is for fixing #3221