Skip to content

Commit 00c8ccf

Browse files
authored
[vector.cons] Add \libconcept for approximately_sized_range
1 parent 879d515 commit 00c8ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -10113,7 +10113,7 @@
1011310113
\tcode{ranges::distance(rg) <= ranges::re\-serve_hint(rg)} is \tcode{true}, or
1011410114
\item
1011510115
\tcode{R} models \tcode{ranges::\libconcept{forward_range}} and
10116-
\tcode{R} does not model \tcode{ranges::approximately_sized_range}.
10116+
\tcode{R} does not model \tcode{ranges::\libconcept{approximately_sized_range}}.
1011710117
\end{itemize}
1011810118
Otherwise, performs order $\log N$ reallocations and
1011910119
order $N$ calls to the copy or move constructor of \tcode{T}.

0 commit comments

Comments
 (0)