Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] gcc-11: std::views::drop expects std::ranges::range_difference_…
…t<urng_t> (#2528) * [FIX] gcc-11: std::views::drop expects std::ranges::range_difference_t<urng_t> ``` seqan3/include/seqan3/range/views/drop.hpp:95:49: error: no match for ‘operator|’ (operand types are ‘std::ranges::ref_view<std::__cxx11::list<seqan3::dna4> >’ and ‘std::ranges::views::__adaptor::_Partial<std::ranges::views::_Drop, long unsigned int>’) 95 | return std::forward<urng_t>(urange) | std::views::drop(drop_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` * Apply suggestions from code review
- Loading branch information
c468426
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: