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 dd96769 commit 0f690b2Copy full SHA for 0f690b2
source/ranges.tex
@@ -155,7 +155,7 @@
155
// \ref{range.dangling}, dangling iterator handling
156
struct dangling; // freestanding
157
158
- // \ref{ranges.elementsof}, class template \tcode{elements_of}
+ // \ref{range.elementsof}, class template \tcode{elements_of}
159
template<@\libconcept{range}@ R, class Allocator = allocator<byte>>
160
struct elements_of;
161
@@ -2191,7 +2191,7 @@
2191
denote \tcode{dangling}.
2192
\end{itemize}
2193
2194
-\rSec2[ranges.elementsof]{Class template \tcode{elements_of}}
+\rSec2[range.elementsof]{Class template \tcode{elements_of}}
2195
2196
Specializations of \tcode{elements_of} encapsulate a range and
2197
act as a tag in overload sets to disambiguate
0 commit comments