Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
// \ref{range.dangling}, dangling iterator handling
struct dangling; // freestanding

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

Expand Down Expand Up @@ -2191,7 +2191,7 @@
denote \tcode{dangling}.
\end{itemize}

\rSec2[ranges.elementsof]{Class template \tcode{elements_of}}
\rSec2[range.elementsof]{Class template \tcode{elements_of}}

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