diff --git a/include/beman/any_view/any_view.hpp b/include/beman/any_view/any_view.hpp index ae7d35e..bc91b47 100644 --- a/include/beman/any_view/any_view.hpp +++ b/include/beman/any_view/any_view.hpp @@ -187,13 +187,13 @@ class any_view : public std::ranges::view_interface>(poly); } - [[nodiscard]] constexpr size_type reserve_hint() const + [[nodiscard]] constexpr size_type reserve_hint() requires approximately_sized { return dispatch>(poly);