Skip to content

Commit

Permalink
Uses short concept notation in alphabet_printer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrahn committed Jul 26, 2024
1 parent 698d9b5 commit 3b22693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/seqan3/alphabet/detail/debug_stream_alphabet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ namespace seqan3
* \tparam alphabet_t The type of the alphabet to be printed.
* \ingroup alphabet
*/
template <typename alphabet_t>
requires alphabet<alphabet_t>
template <alphabet alphabet_t>
struct alphabet_printer<alphabet_t>
{
/*!\brief Print the alphabet to the stream
Expand Down

0 comments on commit 3b22693

Please sign in to comment.