Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/beman/any_view/any_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class any_view : public std::ranges::view_interface<any_view<ElementT, OptsV, Re
}
}

[[nodiscard]] constexpr sentinel end() { return std::default_sentinel; }
[[nodiscard]] constexpr sentinel end() noexcept { return std::default_sentinel; }

[[nodiscard]] constexpr size_type size()
requires sized
Expand Down
Loading