Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The correct version would have been __cpp_nontype_template_args >= 201911L. All supported compilers fulfil this.
66937c5 to
45ef361
Compare
45ef361 to
91b5623
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3195 +/- ##
==========================================
- Coverage 98.14% 98.14% -0.01%
==========================================
Files 269 269
Lines 11861 11855 -6
==========================================
- Hits 11641 11635 -6
Misses 220 220
☔ View full report in Codecov by Sentry. |
91b5623 to
ae5be12
Compare
| { | ||
| using alternative_predicate = detail::weakly_equality_comparable_with_<indirect_alternative_type>; | ||
| constexpr auto alternative_position = | ||
| constexpr bool alternative_position = |
There was a problem hiding this comment.
This looks suspicious. isn't alternative_position holding the position?
There was a problem hiding this comment.
Yes, good catch. That was a search/replace error when changing the return type of two operators from auto .... -> bool to bool :)
SGSSGene
left a comment
There was a problem hiding this comment.
There is one line I am not sure about correctness.
Clang in CPP20 mode emits bogus warnings for seqan3::pod_tuple
overloaded <</>> has higher precedence than ==
gcc11 complains suddenly
mutable refers to the capture
ae5be12 to
62392a1
Compare
No description provided.