Skip to content

Commit

Permalink
[FIX] workaround concept resolution problem
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed May 10, 2019
1 parent 5ca3a62 commit 281b8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/seqan3/io/stream/debug_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ namespace seqan3
template <typename tuple_t>
//!\cond
requires !std::ranges::InputRange<tuple_t> &&
!OStream<std::ostream, tuple_t> && //TODO remove this line when the alphabet concepts are split
!Alphabet<remove_cvref_t<tuple_t>> && // exclude alphabet_tuple_base
tuple_like_concept<remove_cvref_t<tuple_t>>
//!\endcond
Expand Down

0 comments on commit 281b8fb

Please sign in to comment.