We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709bfef commit cf33a4dCopy full SHA for cf33a4d
source/ranges.tex
@@ -14622,7 +14622,7 @@
14622
$\exposid{scaled-size}(N)$ be the product of
14623
\tcode{static_cast<difference_type>(ranges::size(std::get<\brk{}$N$>(\exposid{parent_}->\exposid{bases_})))} and
14624
$\exposid{scaled-size}(N+1)$
14625
-if $N < \tcode{sizeof...(Vs)}$, otherwise \tcode{static_cast<difference_type>(1)};
+if $N \le \tcode{sizeof...(Vs)}$, otherwise \tcode{static_cast<difference_type>(1)};
14626
\item
14627
$\exposid{scaled-distance}(N)$ be the product of
14628
\tcode{static_cast<difference_type>(std::get<$N$>(\exposid{cur\-rent_}) - std::get<$N$>(t))} and $\exposid{scaled-size}(N+1)$; and
0 commit comments