Skip to content

Commit 29df82b

Browse files
burblebeetkoeppe
authored andcommitted
LWG3847 ranges::to can still return views
1 parent 26183aa commit 29df82b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/ranges.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,10 @@
22722272
\end{itemdecl}
22732273

22742274
\begin{itemdescr}
2275+
\pnum
2276+
\mandates
2277+
\tcode{C} is a cv-unqualified class type.
2278+
22752279
\pnum
22762280
\returns
22772281
An object of type \tcode{C}
@@ -2403,6 +2407,11 @@
24032407
\end{itemdecl}
24042408

24052409
\begin{itemdescr}
2410+
\pnum
2411+
\mandates
2412+
For the first overload,
2413+
\tcode{C} is a cv-unqualified class type.
2414+
24062415
\pnum
24072416
\returns
24082417
A range adaptor closure object\iref{range.adaptor.object} \tcode{f}

0 commit comments

Comments
 (0)