We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51cc9b commit 879d515Copy full SHA for 879d515
source/ranges.tex
@@ -6443,7 +6443,7 @@
6443
}
6444
6445
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_}@));
+ const auto s = static_cast<range_difference_t<V>>(ranges::reserve_hint(@\exposid{base_}@));
6447
return @\exposid{to-unsigned-like}@(s < @\exposid{count_}@ ? 0 : s - @\exposid{count_}@);
6448
6449
0 commit comments