diff --git a/include/boost/multi/array_ref.hpp b/include/boost/multi/array_ref.hpp index 6c48d73a5..f3e0d32ff 100644 --- a/include/boost/multi/array_ref.hpp +++ b/include/boost/multi/array_ref.hpp @@ -2119,7 +2119,7 @@ struct array_iterator // NOLINT(fuchsia-multiple-inhe using rank = std::integral_constant; constexpr auto operator<(array_iterator const& other) const -> bool { - assert(other.stride_ == stride_); ; + assert(other.stride_ == stride_); assert((ptr_ - other.ptr_)%stride_ == 0); return (ptr_ - other.ptr_)/stride_ < 0; // return distance_to_(other) > 0;