Skip to content

Commit 879d515

Browse files
authored
[range.drop.view] Fix typo (#7768)
1 parent d51cc9b commit 879d515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6443,7 +6443,7 @@
64436443
}
64446444

64456445
constexpr auto reserve_hint() requires @\libconcept{approximately_sized_range}@<V> {
6446-
const auto s = static_cast<range_difference_t<cV>>(ranges::reserve_hint(@\exposid{base_}@));
6446+
const auto s = static_cast<range_difference_t<V>>(ranges::reserve_hint(@\exposid{base_}@));
64476447
return @\exposid{to-unsigned-like}@(s < @\exposid{count_}@ ? 0 : s - @\exposid{count_}@);
64486448
}
64496449

0 commit comments

Comments
 (0)