Skip to content

Commit bfc51b5

Browse files
committed
[range.view] Move description above the definitions
1 parent 0155d20 commit bfc51b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/ranges.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,10 @@
850850
which cannot be done in constant time.
851851
\end{example}
852852

853+
\pnum
854+
Since the difference between \libconcept{Range} and \libconcept{View} is largely
855+
semantic, the two are differentiated with the help of \tcode{enable_view}.
856+
853857
\indexlibrary{\idxcode{enable_view}}%
854858
\indexlibrary{\idxcode{View}}%
855859
\begin{itemdecl}
@@ -862,10 +866,6 @@
862866
\end{itemdecl}
863867

864868
\begin{itemdescr}
865-
\pnum
866-
Since the difference between \libconcept{Range} and \libconcept{View} is largely
867-
semantic, the two are differentiated with the help of \tcode{enable_view}.
868-
869869
\pnum
870870
For a type \tcode{T}, the default value of \tcode{enable_view<T>} is:
871871
\begin{itemize}

0 commit comments

Comments
 (0)