Skip to content

Commit

Permalink
[DOC] seqan3::views::single_pass_input returned range loses std::rang…
Browse files Browse the repository at this point in the history
…es::output_range
  • Loading branch information
eseiler committed Aug 24, 2021
1 parent dd2f701 commit 3d26398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/utility/views/single_pass_input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ namespace seqan3::views
* | std::ranges::view | | *guaranteed* |
* | std::ranges::sized_range | | *lost* |
* | std::ranges::common_range | | *lost* |
* | std::ranges::output_range | | *preserved* |
* | std::ranges::output_range | | *lost* |
* | seqan3::const_iterable_range | | *lost* |
* | | | |
* | std::ranges::range_reference_t | | std::ranges::range_reference_t<urng_t> |
Expand Down

0 comments on commit 3d26398

Please sign in to comment.