Skip to content

Commit 65ec10a

Browse files
committed
[range.view] Move note outside of list.
1 parent 12c32b9 commit 65ec10a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

source/ranges.tex

+7-5
Original file line numberDiff line numberDiff line change
@@ -1258,11 +1258,7 @@
12581258
\item
12591259
if $N$ copies and/or moves are made from an object of type \tcode{T}
12601260
that contained $M$ elements,
1261-
then those $N$ objects have \bigoh{N+M} destruction
1262-
\begin{note}
1263-
This implies that a moved-from object of type \tcode{T} has \bigoh{1} destruction
1264-
\end{note}%
1265-
; and
1261+
then those $N$ objects have \bigoh{N+M} destruction; and
12661262

12671263
\item
12681264
\tcode{\libconcept{copy_constructible}<T>} is \tcode{false}, or
@@ -1274,6 +1270,12 @@
12741270
is no more complex than destruction followed by copy construction.
12751271
\end{itemize}
12761272

1273+
\pnum
1274+
\begin{note}
1275+
The constraints on copying and moving imply that
1276+
a moved-from object of type \tcode{T} has \bigoh{1} destruction.
1277+
\end{note}
1278+
12771279
\pnum
12781280
\begin{example}
12791281
Examples of \libconcept{view}s are:

0 commit comments

Comments
 (0)