We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3216ef0 commit 326bb1eCopy full SHA for 326bb1e
include/seqan3/alignment/matrix/detail/debug_matrix.hpp
@@ -459,8 +459,9 @@ debug_matrix(matrix_t &&) -> debug_matrix<matrix_t>;
459
//!\brief The type deduction guide for the constructor
460
//! seqan3::detail::debug_matrix(matrix_t, first_sequence_t, second_sequence_t)
461
template <matrix matrix_t, typename first_sequence_t, typename second_sequence_t>
462
-debug_matrix(matrix_t &&, first_sequence_t &&, second_sequence_t &&)
463
- -> debug_matrix<matrix_t, first_sequence_t, second_sequence_t>;
+debug_matrix(matrix_t &&,
+ first_sequence_t &&,
464
+ second_sequence_t &&) -> debug_matrix<matrix_t, first_sequence_t, second_sequence_t>;
465
//!\}
466
467
} // namespace seqan3::detail
0 commit comments