From 2f8d7643d03f39fa848576692264d0fe3a37ed91 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 6 Nov 2023 20:48:33 +0000 Subject: Reformat with new clang-format --- lib/collections.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/collections.h') diff --git a/lib/collections.h b/lib/collections.h index 7d78ef9..943b986 100644 --- a/lib/collections.h +++ b/lib/collections.h @@ -149,11 +149,14 @@ template struct pair_range { { return pair.first; } + constexpr auto & end() const noexcept { return pair.second; } + const std::pair & pair; }; + template pair_range(std::pair) -> pair_range; -- cgit v1.2.3