diff --git a/include/seqan3/io/views/detail/take_until_view.hpp b/include/seqan3/io/views/detail/take_until_view.hpp index 7e4a36abb5..f4a28a9cd9 100644 --- a/include/seqan3/io/views/detail/take_until_view.hpp +++ b/include/seqan3/io/views/detail/take_until_view.hpp @@ -54,7 +54,7 @@ class view_take_until : public std::ranges::view_interface>, "The functor type for detail::take_until must model" "std::invocable>."); - static_assert(std::convertible_to)>, bool>, + static_assert(std::convertible_to>, bool>, "The result type of the functor for detail::take_until must be a boolean."); //!\brief The underlying range.