Skip to content

Commit 0f690b2

Browse files
authored
[ranges.elementsof] Rename stable label "ranges.*" to "range.*" (#5867)
1 parent dd96769 commit 0f690b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
// \ref{range.dangling}, dangling iterator handling
156156
struct dangling; // freestanding
157157

158-
// \ref{ranges.elementsof}, class template \tcode{elements_of}
158+
// \ref{range.elementsof}, class template \tcode{elements_of}
159159
template<@\libconcept{range}@ R, class Allocator = allocator<byte>>
160160
struct elements_of;
161161

@@ -2191,7 +2191,7 @@
21912191
denote \tcode{dangling}.
21922192
\end{itemize}
21932193

2194-
\rSec2[ranges.elementsof]{Class template \tcode{elements_of}}
2194+
\rSec2[range.elementsof]{Class template \tcode{elements_of}}
21952195

21962196
Specializations of \tcode{elements_of} encapsulate a range and
21972197
act as a tag in overload sets to disambiguate

0 commit comments

Comments
 (0)