We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879d515 commit 00c8ccfCopy full SHA for 00c8ccf
source/containers.tex
@@ -10113,7 +10113,7 @@
10113
\tcode{ranges::distance(rg) <= ranges::re\-serve_hint(rg)} is \tcode{true}, or
10114
\item
10115
\tcode{R} models \tcode{ranges::\libconcept{forward_range}} and
10116
-\tcode{R} does not model \tcode{ranges::approximately_sized_range}.
+\tcode{R} does not model \tcode{ranges::\libconcept{approximately_sized_range}}.
10117
\end{itemize}
10118
Otherwise, performs order $\log N$ reallocations and
10119
order $N$ calls to the copy or move constructor of \tcode{T}.
0 commit comments